diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-15 11:49:26 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-15 11:49:26 +0000 |
commit | d603586e3302704a9a80e52ad382abcadd6d34a8 (patch) | |
tree | 6be9571e069218a0ea214e7eb901d7e253144b7f /readme.txt | |
parent | fe3507eb99e7c411fb12c94ac38f3b689fcb7caa (diff) | |
download | ChibiOS-d603586e3302704a9a80e52ad382abcadd6d34a8.tar.gz ChibiOS-d603586e3302704a9a80e52ad382abcadd6d34a8.tar.bz2 ChibiOS-d603586e3302704a9a80e52ad382abcadd6d34a8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10826 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index c46aabcf5..a9ed0edb6 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,10 @@ *****************************************************************************
*** Next ***
+- NEW: Updated STM32F1xx headers to 1.6, STM32F3xx to 1.9, STM32L0xx to 1.10,
+ STM32L4xx to 1.9, STM32H7xx to 1.1.
+- NEW: Updated CMSIS to 5.1.1, changed directories organization under
+ /os/ext/ARM/CMSIS to match the one in CMSIS, removed /os/ext/CMSIS.
- NEW: Integrated lwIP 2.0.3 and improved lwIP bindings.
- NEW: The chconf.h configuration files now are tagged with the version
number for safety. The system rejects obsolete files during
|