aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-24 09:50:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-24 09:50:09 +0000
commitf09b56350452478d796fe567fbae6d629912eadd (patch)
tree35ff011473494364f2a947ffcf393b444c1d9d71 /readme.txt
parentfe0f815eeb3c65926cb8d1af3234c9ef364dc7bd (diff)
downloadChibiOS-f09b56350452478d796fe567fbae6d629912eadd.tar.gz
ChibiOS-f09b56350452478d796fe567fbae6d629912eadd.tar.bz2
ChibiOS-f09b56350452478d796fe567fbae6d629912eadd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@112 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 4834ee4ef..528e0921d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -39,7 +39,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*****************************************************************************
*** 0.4.2 ***
-- Added a minimal ARM7 demo, you can use this one as template in order to
+- Added a minimal ARM7-LPC demo, you can use this one as template in order to
create your application. It is easier to add subsystems back to the small
demo than remove stuff from the large one.
- Introduced support for "pure" THUMB mode, it is activated when all the
@@ -49,8 +49,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
It is recommended to either use ARM mode or THUMB mode and not mix them
unless you know exactly what you are doing. Mixing modes is still supported
anyway.
-- More optimizations in the scheduler, an extra 4% performance found using
- the default performance settings.
+- More optimizations in the scheduler, updated the performance spreadsheet.
- Fixed a problem with the thread working area declarations, the alignment to
4 bytes boundary was not enforced. Now it is defined a new macro
WorkingArea(name, length) that takes care of both the allocation and the