aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-21 15:10:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-21 15:10:49 +0000
commit9d95345fd750466563a0fd95a35ab20e425018b9 (patch)
tree282d2935d638953174266781cbcf4d4f78f7d86f /readme.txt
parent05c3be1b2c214a8dd8dcb47c5a615fb1b6406719 (diff)
downloadChibiOS-9d95345fd750466563a0fd95a35ab20e425018b9.tar.gz
ChibiOS-9d95345fd750466563a0fd95a35ab20e425018b9.tar.bz2
ChibiOS-9d95345fd750466563a0fd95a35ab20e425018b9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@199 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index e5e123b77..2d9d35d45 100644
--- a/readme.txt
+++ b/readme.txt
@@ -49,6 +49,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
ChibiOS/RT releases, see the demo readme.txt file.
The kernel is *unchanged* compared to version 0.5.3, just the new port and
the new demo were added.
+- Small fix to the thumb mode IRQ code on the LPC214x port, removed some extra
+ code.
*** 0.5.3 ***
- Removed the chMsgSendTimeout() API, it was conceptually flawed because,