aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-03 15:56:39 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-03 15:56:39 +0000
commit8651533a88df17b268c1aac9a7d3909796327d6d (patch)
tree0faeccc735fc97b31b728ae124863e807c986e79
parent9d9a04e4645b9f4b70e74dd4245a1412e82c902a (diff)
downloadChibiOS-8651533a88df17b268c1aac9a7d3909796327d6d.tar.gz
ChibiOS-8651533a88df17b268c1aac9a7d3909796327d6d.tar.bz2
ChibiOS-8651533a88df17b268c1aac9a7d3909796327d6d.zip
forgot to add a note
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10546 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index da36610a1..f9e770b51 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
*****************************************************************************
*** Next ***
+- NEW: SPI driver improvements, now it is possible to select different
+ modes for CS line handling.
- NEW: Implemented PAL enhancements on all existing STM32 ports.
- NEW: PAL driver enhanced with improved callbacks capability and new
synchronous API for edge synchronization.