aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-07 10:49:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-07 10:49:59 +0000
commit14d3b059c225769038a0f3538f491cf6099dbb3e (patch)
treeb4049b72b26d9247cdeb4adbf2b6ace9600ba554 /readme.txt
parentdc39fea05ea07302e2c51fbfbf6b37530b124577 (diff)
downloadChibiOS-14d3b059c225769038a0f3538f491cf6099dbb3e.tar.gz
ChibiOS-14d3b059c225769038a0f3538f491cf6099dbb3e.tar.bz2
ChibiOS-14d3b059c225769038a0f3538f491cf6099dbb3e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@165 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 0f872fe00..b00db6498 100644
--- a/readme.txt
+++ b/readme.txt
@@ -43,7 +43,10 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
- Added to the ARM demos load scripts the capability to load code in RAM
instead flash, the function must be marked as:
__attribute__((section(".ramtext")))
- The option -mlong-calls should be specified in the makefile too.
+ The option -mlong-calls should be specified in the makefile too or the
+ function declared with the "long-call" attribute.
+- Fixed the MSVC demo project files.
+- Fixed some syntax incompatibilites between GCC and MSVC into chmtx.c.
*** 0.5.0 ***
- NEW: Mutexes, the new mechanism provides a complete implementation of the