diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-31 08:32:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-31 08:32:16 +0000 |
commit | 4b17048a2e72369f95bd374dfa3368843ff36d8f (patch) | |
tree | df8aa79672ff2a46a6a9ebbb478bc4a63b45a6db /readme.txt | |
parent | 174883e28f50a98fe0b3c099f083066896f4c6df (diff) | |
download | ChibiOS-4b17048a2e72369f95bd374dfa3368843ff36d8f.tar.gz ChibiOS-4b17048a2e72369f95bd374dfa3368843ff36d8f.tar.bz2 ChibiOS-4b17048a2e72369f95bd374dfa3368843ff36d8f.zip |
Fixed bug #899.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10911 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index a33b4090e..81f856bfe 100644 --- a/readme.txt +++ b/readme.txt @@ -148,6 +148,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 buffer alignment not enforced (bug #899)(backported
+ to 17.6.3).
- LIB: Fixed call protocol violation in chCoreAlloc() (bug #896)(backported
to 17.6.3).
- RT: Fixed trace Buffer activation bits state reversed in chconf.h
|