diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-23 09:56:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-23 09:56:01 +0000 |
commit | 13f3a2a253cd06673f5ec3fcdafaaad753cb35cf (patch) | |
tree | d0c19976dddad0ab471ee74641f3f7fa97adb393 /readme.txt | |
parent | c716b58ebcd26e3d96d6d339449b7dfe0fefb090 (diff) | |
download | ChibiOS-13f3a2a253cd06673f5ec3fcdafaaad753cb35cf.tar.gz ChibiOS-13f3a2a253cd06673f5ec3fcdafaaad753cb35cf.tar.bz2 ChibiOS-13f3a2a253cd06673f5ec3fcdafaaad753cb35cf.zip |
Fixed bug #918.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11542 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 76bfa1b73..fd6bf6124 100644 --- a/readme.txt +++ b/readme.txt @@ -169,6 +169,8 @@ 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).
+- HAL: Fixed wrong flash waiting state for STM32F7xx (bug #918)
+ (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)
|