aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-09 09:57:16 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-09 09:57:16 +0000
commit9472504bb695fef7f68849847ffe40dff9b0a591 (patch)
treef26590d3c6f97ef1264631726aeccdf7344819a4 /readme.txt
parent8e0e4b064425c9c54e109191bba8bcf0775ba9ee (diff)
downloadChibiOS-9472504bb695fef7f68849847ffe40dff9b0a591.tar.gz
ChibiOS-9472504bb695fef7f68849847ffe40dff9b0a591.tar.bz2
ChibiOS-9472504bb695fef7f68849847ffe40dff9b0a591.zip
WSPI and flash support improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12411 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 67ccf8f19..91b110754 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,10 @@
*****************************************************************************
*** Next ***
+- NEW: Added demo for STM32L4R9I-Discovery board.
+- NEW: Support for new serial NOR device MX25LM51245G. Other Macronix devices
+ should work but not tested.
+- NEW: Serial NOR flash infrastructure reworked and made simpler.
- NEW_ Modified the RTC driver to implement the persistent storage interface
instead of files interface.
- NEW: Added a new "persistent storage" base class to HAL.