aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-23 09:21:56 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-23 09:21:56 +0000
commitc716b58ebcd26e3d96d6d339449b7dfe0fefb090 (patch)
tree6933c933f835a568237f14e863ff4cef767f9655 /readme.txt
parent80d2517b91d611d837d7b29e80b2056a6791e4ee (diff)
downloadChibiOS-c716b58ebcd26e3d96d6d339449b7dfe0fefb090.tar.gz
ChibiOS-c716b58ebcd26e3d96d6d339449b7dfe0fefb090.tar.bz2
ChibiOS-c716b58ebcd26e3d96d6d339449b7dfe0fefb090.zip
Fixed bug #920.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11538 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 f2da15a50..76bfa1b73 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.
+- HAL: Fixed wrong DMA settings for STM32F76x I2C3 and I2C4 (bug #920)
+ (backported to 18.2.1 and 17.6.4).
- 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)