aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-04 19:55:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-04 19:55:26 +0000
commit9d256a8b42e827204c80205cc47a982d5c5c7b52 (patch)
tree46f78a654c8a23249d63e2fc0963feaf19705aef /readme.txt
parentbc9d319ddb279f973404c2b1abf15ec1091bd891 (diff)
downloadChibiOS-9d256a8b42e827204c80205cc47a982d5c5c7b52.tar.gz
ChibiOS-9d256a8b42e827204c80205cc47a982d5c5c7b52.tar.bz2
ChibiOS-9d256a8b42e827204c80205cc47a982d5c5c7b52.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1903 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 54600c1d4..f8acafaa5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,10 @@
can be easily added.
- CHANGE: Renamed the chCoreFree() function in chCoreStatus() because it
might be mistaken for a function that frees memory.
+- CHANGE: All ARM demos makefiles now defaults to arm-none-eabi- GNU
+ toolchains because the latest YAGARTO now uses that setting. It is still
+ possible to use arm-elf- toolchains by editing the TRGT variable in the
+ makefiles.
- Various documentation fixes, added an article covering debugging under
ChibiOS/RT, updated the article about interrupt handlers to cover also
fast interrupt sources.
@@ -86,6 +90,7 @@
- Added new test cases, now the coverage is again up to 100% except for the
debug module that would require triggering system terminating tests (panics),
the uncovered code is minimal and extremely simple anyway.
+- ChibiOS/RT has been successfully verified with the latest GCC 4.5.0.
*** 1.5.5 ***
- FIX: Removed some "dead" code in the old ARMv7-M files (there are new