diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-05 11:46:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-05 11:46:18 +0000 |
commit | 8359e7be774c7286686042f0a5e86e862bfeef68 (patch) | |
tree | 3b2b4b38bee61eb1df1e79d9dbd53db2dae72ea7 /readme.txt | |
parent | bfabd1d961566afd49d3af5d1b0e6ee4e53cb46a (diff) | |
download | ChibiOS-8359e7be774c7286686042f0a5e86e862bfeef68.tar.gz ChibiOS-8359e7be774c7286686042f0a5e86e862bfeef68.tar.bz2 ChibiOS-8359e7be774c7286686042f0a5e86e862bfeef68.zip |
Fixed bug #902.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10960 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 c7317cf9d..8f2e276a2 100644 --- a/readme.txt +++ b/readme.txt @@ -150,6 +150,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.
+- NIL: Fixed core and Heap allocators not functional in NIL (bug #902)
+ (backported to 17.6.3).
- HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and
v2 drivers (bug #901)(backported to 17.6.3 and 16.1.10).
- HAL: Fixed broken I2C fallback driver (bug #900)(backported to 17.6.3).
|