diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-12 14:07:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-12 14:07:18 +0000 |
commit | 967e54950ed604ab6ffe500dce41f25c27ede559 (patch) | |
tree | 5b3309270cfaf560302f137310ebecf1800f8f87 /readme.txt | |
parent | eb08d040472304b0bf267a7a0de58f7110dbcdb9 (diff) | |
download | ChibiOS-967e54950ed604ab6ffe500dce41f25c27ede559.tar.gz ChibiOS-967e54950ed604ab6ffe500dce41f25c27ede559.tar.bz2 ChibiOS-967e54950ed604ab6ffe500dce41f25c27ede559.zip |
Added one missing function variant.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12354 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 516325898..b2f856582 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,7 @@ *****************************************************************************
*** Next ***
+- 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.
- NEW: Modified the serial nor driver to work with WSPI instead of QSPI,
|