aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-02 15:34:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-02 15:34:52 +0000
commit50cd4e00ef4614552dba01b865688c66629e1958 (patch)
tree7198ace94816ee6894e7169df468935003ad536b /readme.txt
parentd0cc4f2406f3932312de7908afeb33daf0acc720 (diff)
downloadChibiOS-50cd4e00ef4614552dba01b865688c66629e1958.tar.gz
ChibiOS-50cd4e00ef4614552dba01b865688c66629e1958.tar.bz2
ChibiOS-50cd4e00ef4614552dba01b865688c66629e1958.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@82 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index dbfaaa0c7..966e3c405 100644
--- a/readme.txt
+++ b/readme.txt
@@ -39,10 +39,10 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*****************************************************************************
*** 0.3.6 ***
-- Added SSP (SPI1) definitions to the lpc214x.h file.
+- Added SSP (SPI1) and ext.interrupts definitions to the lpc214x.h file.
- 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 experimental MMC/SD block driver to the LPC2148 demo in order to
+ support file systems.
- Added missing chThdSuspend() declararion in threads.h.
*** 0.3.5 ***