From 83762f45fdeaa0702186ce7773242859350c90ab Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 19 Feb 2009 18:32:51 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@790 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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