From 25d517877dd7725e67c2d094031a023c41ec6f05 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 23 Apr 2008 08:36:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@275 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.txt') 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. -- cgit v1.2.3