aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-06 17:01:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-06 17:01:14 +0000
commit62645922467a2c748bf081b7eefb6ad775675418 (patch)
treecbae488a5774795170fe461c39b96038fbfaaadc /readme.txt
parent9229005c5d227cf42fc98c7a4e2b6f6edd513e2b (diff)
downloadChibiOS-62645922467a2c748bf081b7eefb6ad775675418.tar.gz
ChibiOS-62645922467a2c748bf081b7eefb6ad775675418.tar.bz2
ChibiOS-62645922467a2c748bf081b7eefb6ad775675418.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@46 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 3165ad1af..8392f96e2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -45,6 +45,7 @@ AVR-AT90CANx-GCC - Port on AVER AT90CAN128, not complete yet.
main() procedure are performed before any thread starts.
- Added chThdSetPriority() new API.
- Added a generic events generator timer to the library code.
+- Modified the ARM7-LPC214x-GCC demo to show the use of the event timer.
- Added the "#ifdef __cplusplus" stuff to the header files.
- Removed an obsolete definition in ./src/templates/chtypes.h.