diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-30 08:21:58 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-30 08:21:58 +0000 |
commit | 05a884ef78c9f418978a91e908d5160f6afdad0e (patch) | |
tree | 7005bcdc3480e7cc6a8c8c839f417dcdd5b7b4b0 /readme.txt | |
parent | 28c7761d9afe77c5fc02c9db847c39450e6a764d (diff) | |
download | ChibiOS-05a884ef78c9f418978a91e908d5160f6afdad0e.tar.gz ChibiOS-05a884ef78c9f418978a91e908d5160f6afdad0e.tar.bz2 ChibiOS-05a884ef78c9f418978a91e908d5160f6afdad0e.zip |
Fixed bug #932.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11865 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 b229819f1..cda9e178c 100644 --- a/readme.txt +++ b/readme.txt @@ -112,6 +112,8 @@ - EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
- HAL: Fixed USB Serial driver problem with zero-size OUT transactions
(bug #933)(backported to 18.2.1 and 17.6.5).
+- HAL: Fixed race condition in STM32 QSPI driver (bug #932)(backported to
+ 18.2.1 and 17.6.5).
- HAL: Fixed function mfsReadRecord() causes memory corruption because a
buffer overflow (bug #931)(backported to 18.2.1).
- HAL: Fixed silence GCC 7.3.0 warning (bug #930)(backported to 18.2.1
|