aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-12 07:14:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-12 07:14:12 +0000
commite788251c8f9571b5a5c1c3733db9f1680ce4425c (patch)
tree3afcc05e65bf2e20b2d437534c617e63dfb7fd6f
parent58e167350f007cfdc33bbb67e8042ffd9dee4297 (diff)
downloadChibiOS-e788251c8f9571b5a5c1c3733db9f1680ce4425c.tar.gz
ChibiOS-e788251c8f9571b5a5c1c3733db9f1680ce4425c.tar.bz2
ChibiOS-e788251c8f9571b5a5c1c3733db9f1680ce4425c.zip
Fixed bug #871.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10405 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index ee03ee557..c610c80d7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -93,6 +93,8 @@
dependencies and configuration directories. This makes possible
to have multiple non-conflicting makefiles in the same project.
Updated the various platform.mk implementing "smard build" mode.
+- HAL: Fixed STM32 USARTv2 serial incorrect buffer size declarations
+ (bug #871)(backported to 17.6.1).
- HAL: Fixed board file configuration for STM32F3 Discovery REVC (bug #869)
(backported to 17.6.1).
- HAL: Fixed wrong PPRE2 and LSI related macros in STM32L0 hal lld (bug #868)