aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-03 18:19:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-03 18:19:49 +0000
commita06b8b5364fc0a2b9e7156181c1365b6a96b1313 (patch)
tree14913cd22306ca512aa44a0cd8efb3ec8fa086fb /readme.txt
parentdd18ff8898aaeef5c34012da4f537f057cd0b082 (diff)
downloadChibiOS-a06b8b5364fc0a2b9e7156181c1365b6a96b1313.tar.gz
ChibiOS-a06b8b5364fc0a2b9e7156181c1365b6a96b1313.tar.bz2
ChibiOS-a06b8b5364fc0a2b9e7156181c1365b6a96b1313.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@32 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index c9bf70540..648839cec 100644
--- a/readme.txt
+++ b/readme.txt
@@ -36,8 +36,8 @@ LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the
*** 0.3.1 ***
- Test program added to the demos. Telnet the MinGW and MSVS demos and type
"test" at the "ch>" prompt. On the LPC214x demo the test is activated by
- pressing both the board. The test performs integrity tests on the main
- ChibiOS/RT functionalities.
+ pressing both the board buttons. The test performs tests on the ChibiOS/RT
+ functionalities.
The test code is also a good example of APIs usage and ChibiOS/RT behavior.
- Fixed bug in chEvtWaitTimeout(), the timeout code performed an useless
dequeue operation.