aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-11 06:30:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-11 06:30:48 +0000
commiteb9865920d6cac47b4779cc0887ed31a270062e6 (patch)
tree40f10f66131ab75047eef501aca641b1159dc502 /readme.txt
parent25588d58b51b414461007cea4b566e9bddf85961 (diff)
downloadChibiOS-eb9865920d6cac47b4779cc0887ed31a270062e6.tar.gz
ChibiOS-eb9865920d6cac47b4779cc0887ed31a270062e6.tar.bz2
ChibiOS-eb9865920d6cac47b4779cc0887ed31a270062e6.zip
Removed -mabi=apcs-gnu from the Cortex-Mx makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2064 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 71b8b11f6..e650ed9a2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,6 +70,10 @@
Cortex-Mx port (bug 3025133)(backported to 2.0.2).
- NEW: Added friendly interrupt vectors names to the STM32 HAL (change request
3023944).
+- CHANGE: Removed the option -mabi=apcs-gnu from all the Cortex-Mx demos. The
+ option is not compatible with the 64 bits stack alignment now default in
+ the Cortex-Mx port. Note that the 64 bits alignment has a cost both as
+ performance and as space but it is the "standard".
*** 2.1.0 ***
- FIX: Fixed notification order in input queues (bug 3020708)(backported in