aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-18 09:52:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-18 09:52:31 +0000
commite3617bedb28afefa2993c7e2a8a696d5af16a733 (patch)
tree4a41c7c1c679b0bb644caab7eaa7c8122f7fd62d /readme.txt
parent4fc627f08b942df8312ad02f24a361b18c4b790b (diff)
downloadChibiOS-e3617bedb28afefa2993c7e2a8a696d5af16a733.tar.gz
ChibiOS-e3617bedb28afefa2993c7e2a8a696d5af16a733.tar.bz2
ChibiOS-e3617bedb28afefa2993c7e2a8a696d5af16a733.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@96 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 673d5f0c5..cf6696e56 100644
--- a/readme.txt
+++ b/readme.txt
@@ -44,8 +44,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
executing chSysInit() and can use all the ChibiOS/RT APIs (it was required
to run the idle loop in previous versions).
Now it is also possible to use ChibiOS/RT with a single main() thread and
- just use it for the I/O capabilities, Virtual Timers and events. You don't
- have to use multiple threads if you don't really need to.
+ just use it for the I/O capabilities, Virtual Timers and events. Mow you
+ don't have to use multiple threads if you don't really need to.
- Cleaned up the LPC2148 demo in main.c, it is now well documented and
explains everything, I assumed too much stuff to be "obvious".
- Added a spreadsheet in the documentation that describes the advantages