aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-04 12:29:54 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-04 12:29:54 +0000
commitec871b0ef13545688ddd140520bb49baacb4283a (patch)
treeee54c9d047f2bdb675017abb8bed434d4e91a359 /readme.txt
parentf8f2ea1763d1494c0f51fe941e4ee324eeb0a572 (diff)
downloadChibiOS-ec871b0ef13545688ddd140520bb49baacb4283a.tar.gz
ChibiOS-ec871b0ef13545688ddd140520bb49baacb4283a.tar.bz2
ChibiOS-ec871b0ef13545688ddd140520bb49baacb4283a.zip
M25Q driver works over QSPI.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9568 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index f3df0aa41..7a6b253a0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,8 @@
*****************************************************************************
*** Next ***
+- EX: Added flash implementation for Micron M25Qxxx devices.
+- HAL: Added base flash class and JESD216 flash class.
- HAL: Extended PLLI2S for STM32F4xx subfamily.
- HAL: Added QSPI driver implementation for STM32.
- HAL: Added QSPI driver model.
@@ -111,6 +113,7 @@
Shell files are now located under ./os/various/shell and have a
dedicated shell.mk file.
- ALL: Reorganized source tree, now ports are shared between RT and NIL.
+- EX: New EX subsystem.
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.