aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-12 14:59:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-12 14:59:41 +0000
commit11aa9fa5635fb6986b32b66e27fad3e097935cf0 (patch)
tree237d13299cae0f9af7473d443d1a218eb756640d /readme.txt
parente788251c8f9571b5a5c1c3733db9f1680ce4425c (diff)
downloadChibiOS-11aa9fa5635fb6986b32b66e27fad3e097935cf0.tar.gz
ChibiOS-11aa9fa5635fb6986b32b66e27fad3e097935cf0.tar.bz2
ChibiOS-11aa9fa5635fb6986b32b66e27fad3e097935cf0.zip
Fixed number of vectors for newer devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10408 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 c610c80d7..11488342e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -92,7 +92,9 @@
- NEW: Added to the Makefiles the ability to change the default build,
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.
+ Updated the various platform.mk implementing "smart build" mode.
+- HAL: Fixed invalid number of DMA channels on STM32L011 (bug #872)
+ (backported to 17.6.1).
- 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)