aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-23 13:26:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-23 13:26:04 +0000
commitf851339621a3179ded94f8a27b30c9345896ccc5 (patch)
treee4e4cd5205ba965875d3aabe115c0e8d1181fa53 /readme.txt
parent97bf45204321755cf2e78a7cc7ff616edaec59c4 (diff)
downloadChibiOS-f851339621a3179ded94f8a27b30c9345896ccc5.tar.gz
ChibiOS-f851339621a3179ded94f8a27b30c9345896ccc5.tar.bz2
ChibiOS-f851339621a3179ded94f8a27b30c9345896ccc5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@106 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 561f1956a..cb8226b4b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -49,6 +49,8 @@ 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 and understand the consequences.
Mixing is still supported anyway.
+- More optimizations in the scheduler, an extra 4% performance found using
+ the default performance settings.
- 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