aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-06 12:30:24 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-06 12:30:24 +0000
commit9b2fe7aa9f6160bcbb644eca911a2c1eb88d9e77 (patch)
treef0bf698a0514067f3bbed23398b8424c6b476ab0 /readme.txt
parent7fdf849e4ee0764fbeb8acd9df92b5e432c79424 (diff)
downloadChibiOS-9b2fe7aa9f6160bcbb644eca911a2c1eb88d9e77.tar.gz
ChibiOS-9b2fe7aa9f6160bcbb644eca911a2c1eb88d9e77.tar.bz2
ChibiOS-9b2fe7aa9f6160bcbb644eca911a2c1eb88d9e77.zip
Updated CMSIS to 5.4.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12239 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 2d10fd781..d11abd30a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -93,7 +93,7 @@
*** Next ***
- NEW: Added analog watchdog functionality to STM32 ADCv2 driver.
- NEW: Added a termination check to the shell.
-- NEW: Updated CMSIS to version 5.3.0.
+- NEW: Updated CMSIS to version 5.4.0.
- NEW: Now chconf.h files have preprocessor checks around each definition,
this allows to override settings from makefiles.
- NEW: Added new functions to I/O queues: qSetLink()(backported to 18.2.2).