aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-12 21:22:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-12 21:22:42 +0000
commit889294e1e0acc9e39048c4d336ce80931c4309ff (patch)
tree6bdf20a50b78c769d9a4598ef0323a1e257cdd8d
parent777291ac8aaed233aa79bb4388ff3485e4c19de1 (diff)
downloadChibiOS-889294e1e0acc9e39048c4d336ce80931c4309ff.tar.gz
ChibiOS-889294e1e0acc9e39048c4d336ce80931c4309ff.tar.bz2
ChibiOS-889294e1e0acc9e39048c4d336ce80931c4309ff.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@229 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 601a3f6e8..6b7b55461 100644
--- a/readme.txt
+++ b/readme.txt
@@ -66,12 +66,12 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not tested on hardware yet.
- Nice scheduler speed improvement obtained by removing the 2nd parameter to
the chSchReadyI() API and manually assigning the message value only where
is really needed (very few points in the code).
-- Huge space saving and speed improvement obtained by removing the
+- More space savings and speed improvements obtained by removing the
-fno-strict-aliasing option from the makefiles, now the kernel compiles
- without any warning without this option.
+ without any warning even without this option.
- Removed the -falign-functions=16 option from the AT91SAM7X demo makefiles,
the Atmel chip does not require it, the option is still present on the
- LPC21xx demos. This saves significant ROM space.
+ LPC21xx demos. This saves significant program space.
- Fixes to the doxigen documentation.
*** 0.6.0 ***