aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-15 08:52:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-15 08:52:17 +0000
commit84cf9ce9ffa3d538b367f74c8206b8ef894d466f (patch)
treeb3931fee4361ec810cae4492fd4cca42bae6b037 /readme.txt
parent55252f65b2a444692ff1b2673b32ec1cf2b205c0 (diff)
downloadChibiOS-84cf9ce9ffa3d538b367f74c8206b8ef894d466f.tar.gz
ChibiOS-84cf9ce9ffa3d538b367f74c8206b8ef894d466f.tar.bz2
ChibiOS-84cf9ce9ffa3d538b367f74c8206b8ef894d466f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1299 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 3ab69d454..3f60fb448 100644
--- a/readme.txt
+++ b/readme.txt
@@ -15,6 +15,9 @@
- NEW: Generic MMC (over SPI) driver.
- NEW: Added a STM32 demo that integrates the MMC driver and the FatFs
file system.
+- NEW: Implemented I/O redirection on a serial driver into syscalls.c, now
+ it is possible (but not recommended) to use printf()/scanf() etc. An usage
+ example is in the new MMC/FatFs demo. Note the extra -D... into the Makefile.
- CHANGE: Moved the STM32 firmware library under ./ext, this way there is no
need to duplicate it in each demo program.
- CHANGE: Moved the file stm32f10x.h from the demos to the platforms support