aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-07-11 11:49:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-07-11 11:49:07 +0000
commitd64a25e4bc830974ebfd15826edb6b8a29194acb (patch)
treed3ade4594c5d344a2aa86a1aa2be9b2833d703ee /readme.txt
parent889c1c83bea76f51a76f9d43faf869b5956b6c87 (diff)
downloadChibiOS-d64a25e4bc830974ebfd15826edb6b8a29194acb.tar.gz
ChibiOS-d64a25e4bc830974ebfd15826edb6b8a29194acb.tar.bz2
ChibiOS-d64a25e4bc830974ebfd15826edb6b8a29194acb.zip
Fixed bug #1038.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12898 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
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 c3389b3d1..79da52c53 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,6 +78,7 @@
generate a library with a pre-configured RT. It also includes
an "header generator" able to generate an unified "ch.h" with
all options resolved.
+- FIX: Fixed missing bracket in MX25 flash driver (bug #1038).
- FIX: Fixed some M7 demos compile as M4 bug #1037).
- FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036).
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035).