aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-01 11:56:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-01 11:56:10 +0000
commite7e0e2d2d3869cd43b296941e91f4ed6ecbb160e (patch)
treef3dda194fd8cfad26e4b9d30db8714795222454c
parent5630056259db2dd0c3f0c05072dd1e2d96cd772c (diff)
downloadChibiOS-e7e0e2d2d3869cd43b296941e91f4ed6ecbb160e.tar.gz
ChibiOS-e7e0e2d2d3869cd43b296941e91f4ed6ecbb160e.tar.bz2
ChibiOS-e7e0e2d2d3869cd43b296941e91f4ed6ecbb160e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@80 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index d6a7dda55..dbfaaa0c7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -40,8 +40,9 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*** 0.3.6 ***
- Added SSP (SPI1) definitions to the lpc214x.h file.
-- Added SSP driver for the LPC2148. It allows both asynchronous and
- synchronous operations.
+- Added SSP driver for the LPC2148.
+- Added MMC/SD block driver to the LPC2148 demo in order to support file
+ systems in future releases.
- Added missing chThdSuspend() declararion in threads.h.
*** 0.3.5 ***