aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-16 18:19:59 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-16 18:19:59 +0000
commitbff0267ac47b655c0bfd7f874a3c27263adc1185 (patch)
tree7da5268ca4ce7184ef6eb0800f919039922a5ad2
parent3979aeb5d460d8044f175713c508e28413e9efcc (diff)
downloadChibiOS-bff0267ac47b655c0bfd7f874a3c27263adc1185.tar.gz
ChibiOS-bff0267ac47b655c0bfd7f874a3c27263adc1185.tar.bz2
ChibiOS-bff0267ac47b655c0bfd7f874a3c27263adc1185.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11024 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index aab6e2c9b..e49032955 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,7 @@
*****************************************************************************
*** Next ***
+- NEW: Added a Managed Flash Storage module to the HAL.
- NEW: Modified the STM32 OTGv1 driver to work without pump thread, transfers
are now done in the ISR.
- NEW: Added I-class functions to the serial driver: sdGetI(), sdReadI(),