aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-19 18:32:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-19 18:32:51 +0000
commit83762f45fdeaa0702186ce7773242859350c90ab (patch)
tree47dfd4bd6d4617bf1b1cada53b83797c89fabf1b
parent3674e55f833c382562116693389daa097a28a8fc (diff)
downloadChibiOS-83762f45fdeaa0702186ce7773242859350c90ab.tar.gz
ChibiOS-83762f45fdeaa0702186ce7773242859350c90ab.tar.bz2
ChibiOS-83762f45fdeaa0702186ce7773242859350c90ab.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@790 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index fe9dd600d..abf3ca37f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -91,7 +91,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
checking. The check is not performed in the kernel but in the port code.
Currently no ports implement it.
- NEW: Unified makefiles for ARM7 and ARMCM3 projects, the new makefiles
- share a common part making them easier to maintain.
+ share a common part making them easier to maintain. Also reorganized the
+ demo-specific part of the makefile, now it is easier to configure and the
+ option can be overriden from outside.
- CHANGE: Changed the chSemFastWaitS() macro in chSemFastWaitI() and
chSemGetCounter() in chSemGetCounterI().
- Improvements to the test suite, added a new level of indirection that allows