aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-31 13:28:56 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-31 13:28:56 +0000
commit2a17b025420033ec372550d709c00d8f7bb9e120 (patch)
tree5aa555642693dbd3026afd59162f01351723be56 /readme.txt
parent749edc4e23635a6f317ed92041e24a3add0292b4 (diff)
downloadChibiOS-2a17b025420033ec372550d709c00d8f7bb9e120.tar.gz
ChibiOS-2a17b025420033ec372550d709c00d8f7bb9e120.tar.bz2
ChibiOS-2a17b025420033ec372550d709c00d8f7bb9e120.zip
Fixed bug #900.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10921 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index a1e91fcb6..e558342b6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -150,6 +150,7 @@
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.
+- HAL: Fixed broken I2C fallback driver (bug #900)(backported to 17.6.3).
- LIB: Fixed heap buffer alignment not enforced (bug #899)(backported
to 17.6.3).
- LIB: Fixed call protocol violation in chCoreAlloc() (bug #896)(backported