aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-22 09:07:50 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-22 09:07:50 +0000
commit04076d3d539f4deb1bce2d47e10153a7a7e104f3 (patch)
tree6ded8a4d8e1671db1d946d8a881f47de26b5a6c1 /readme.txt
parentb14c34d67db82417b171dbfe052be9ceacdf17e4 (diff)
downloadChibiOS-04076d3d539f4deb1bce2d47e10153a7a7e104f3.tar.gz
ChibiOS-04076d3d539f4deb1bce2d47e10153a7a7e104f3.tar.bz2
ChibiOS-04076d3d539f4deb1bce2d47e10153a7a7e104f3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1948 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 5d8f57945..029aaec6a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -80,6 +80,8 @@
- CHANGE: Renamed the STM32, STM8, LPC214x, AT91SAM7x, MSP430 and simulators
PAL configuration structures to PALConfig, it is better to have the same
name for this structure in all ports (like for all the other drivers).
+- CHANGE: Modified the linker scripts in the ARM demos in order to increase
+ compatibility with the CodeSourcery toolchain.
- Tested the STM8 port with the latest RKit-STM8_2.28.10.0092. It works but
the new compiler shows a slight performance regression except in one
test case.