aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-06 05:04:05 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-06 05:04:05 +0000
commitd27c34d080bd4a72169921e2f458546dc621b4e7 (patch)
treea66bb79daafa8596548b22ef690310482cd86cc5 /readme.txt
parent5ad3d2426f44f13439baf3f7f9de7fb9ddf1c00c (diff)
downloadChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.tar.gz
ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.tar.bz2
ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.zip
Removed QSPI driver and demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12331 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 d0860c345..a750cd600 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,7 @@
*****************************************************************************
*** Next ***
+- NEW: Removed QSPI driver model, entirely replaced by WSPI.
- NEW: Added demos regarding WSPI, serial nor driver and MFS.
- NEW: Modified the serial nor driver to work with WSPI instead of QSPI,
improved it in several way, simplicity mainly.