aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-13 14:51:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-13 14:51:29 +0000
commitfeb109f031da25adb5276fbe68eff58883e01d22 (patch)
tree1cb4e3b76eceb904ce4bb1c7acfa6428a5b8b837 /readme.txt
parent967e54950ed604ab6ffe500dce41f25c27ede559 (diff)
downloadChibiOS-feb109f031da25adb5276fbe68eff58883e01d22.tar.gz
ChibiOS-feb109f031da25adb5276fbe68eff58883e01d22.tar.bz2
ChibiOS-feb109f031da25adb5276fbe68eff58883e01d22.zip
Added support or STM32L072 and STM32L073.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12356 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index b2f856582..49c390c75 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,7 @@
*****************************************************************************
*** Next ***
+- NEW: Added support or STM32L072 and STM32L073.
- NEW: Added chThdResume() function to NIL.
- NEW: Removed QSPI driver model, entirely replaced by WSPI.
- NEW: Added demos regarding WSPI, serial nor driver and MFS.