aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-07 12:49:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-07 12:49:15 +0000
commitc7c72c47984773e56df49768c37306155f9a9452 (patch)
tree61b78e793b89cc755b193075282536999fc0e546 /readme.txt
parentf48d722898552d2229d983dff6fab08a14cc13e6 (diff)
downloadChibiOS-c7c72c47984773e56df49768c37306155f9a9452.tar.gz
ChibiOS-c7c72c47984773e56df49768c37306155f9a9452.tar.bz2
ChibiOS-c7c72c47984773e56df49768c37306155f9a9452.zip
Fixed bug #917.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11468 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 7ec292323..f2da15a50 100644
--- a/readme.txt
+++ b/readme.txt
@@ -167,6 +167,8 @@
dependencies and configuration directories. This makes possible
to have multiple non-conflicting makefiles in the same project.
Updated the various platform.mk implementing "smart build" mode.
+- LIB: Fixed heap allocator failing on simulators (bug #917)(backported
+ to 17.6.4).
- STP: Fixed CRT0_FORCE_MSP_INIT flag not defaulted in crt0_v7m.S (bug #916)
(backported to 17.6.4).
- EX: Improved MEMS drivers (bug #916)(backported to 17.6.4).