aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-30 16:32:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-30 16:32:55 +0000
commit61319fc705563c68e8f40ca9857b1521b8d47ba9 (patch)
tree4834345e184dc3f687fd7cc22f32670c54d6bd67 /readme.txt
parent35dea10cc76722976bfbf368dd50f7617ca86a45 (diff)
downloadChibiOS-61319fc705563c68e8f40ca9857b1521b8d47ba9.tar.gz
ChibiOS-61319fc705563c68e8f40ca9857b1521b8d47ba9.tar.bz2
ChibiOS-61319fc705563c68e8f40ca9857b1521b8d47ba9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@70 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 3336c8789..d6a7dda55 100644
--- a/readme.txt
+++ b/readme.txt
@@ -40,6 +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 missing chThdSuspend() declararion in threads.h.
*** 0.3.5 ***
- Space optimization in events code.