aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-06-13 13:07:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-06-13 13:07:11 +0000
commitf1b303a99708536ed0adc00650ecc3582f277c9c (patch)
tree4ebdb7069709465c60eeadc3e84b646ef57f1d62
parent38e7c0e46d3851a908c6fc98fc898b413aeb62c8 (diff)
downloadChibiOS-f1b303a99708536ed0adc00650ecc3582f277c9c.tar.gz
ChibiOS-f1b303a99708536ed0adc00650ecc3582f277c9c.tar.bz2
ChibiOS-f1b303a99708536ed0adc00650ecc3582f277c9c.zip
forgot readme....
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8031 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 4181ad3e7..5f25b8ef0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,7 @@
*****************************************************************************
*** 3.0.0p6 ***
+- DEM: Fixed the FatFS demo timeout, now it is expressed in milliseconds.
- DEM: Added -Wundef to all the demos and test programs in order to find
common error cases.
- NIL: Added INTC priorities check to the e200z port.