aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-23 08:36:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-23 08:36:16 +0000
commit25d517877dd7725e67c2d094031a023c41ec6f05 (patch)
treed9b3a9666216073dfac7b472ca93e4dc329045fa /readme.txt
parentf80bb0647f6c51015cf6d3d8d6847c2e13c6ab84 (diff)
downloadChibiOS-25d517877dd7725e67c2d094031a023c41ec6f05.tar.gz
ChibiOS-25d517877dd7725e67c2d094031a023c41ec6f05.tar.bz2
ChibiOS-25d517877dd7725e67c2d094031a023c41ec6f05.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@275 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 90bc7307d..102b321c6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -62,6 +62,13 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
+*** 0.6.4 ***
+- Modified the ARM demos makefiles in order to make them more compatible with
+ GCC 4.3.0, it seems the new GCC assumes -mthumb-interworking and -mabi=apcs
+ by default, now the makefiles explictly assert -mno-thumb-interworking and
+ -mabi=apcs-gnu in order to produce better code. CodeSourcery's compilers
+ also share this behaviour.
+
*** 0.6.3 ***
- NEW: ARM Cortex-M3 port completed. The demo program targets the STM32F103
chip from ST Microelectronics on an Olimex STM32-P103 board.