aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-07-08 13:07:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-07-08 13:07:07 +0000
commitcc9ac280b0f02cd0de528693d1bda653ed82a365 (patch)
tree0814556f5b968f2a5ddcd5dbcfcc561c57a8b262 /readme.txt
parent1dfcb065c96e1c4838239a0cd55864272f1e65e0 (diff)
downloadChibiOS-cc9ac280b0f02cd0de528693d1bda653ed82a365.tar.gz
ChibiOS-cc9ac280b0f02cd0de528693d1bda653ed82a365.tar.bz2
ChibiOS-cc9ac280b0f02cd0de528693d1bda653ed82a365.zip
Fixed bug #860.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10313 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 1587544c9..15bd9f71a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,8 +89,10 @@
*****************************************************************************
*** Next ***
-- HAL: Fixed missing Ethernet PHY in some STM32 Nucleo-144 board files(bug #859)
+- HAL: Fixed missing DMA I2C3 streams in STM32F411 registry (bug #860)
(backported to 17.6.1).
+- HAL: Fixed missing Ethernet PHY in some STM32 Nucleo-144 board files
+ (bug #859)(backported to 17.6.1).
- VAR: Fixed priority issue in STM32 Nucleo-64 F401RE demo (bug #858)(backported
to 17.6.1).
- VAR: Fixed STM32L053 Discovery demo which is unaligned to standard demos (bug