aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-21 11:14:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-21 11:14:24 +0000
commit73a6c86af1bb7f4c16f5aaf8d170176adc609fc8 (patch)
tree8ed5b49743dccecded1d0abb2fea4a9fb4444a22 /readme.txt
parent3139ee3c532881a23fb5d4171cdc7120f4f1f869 (diff)
downloadChibiOS-73a6c86af1bb7f4c16f5aaf8d170176adc609fc8.tar.gz
ChibiOS-73a6c86af1bb7f4c16f5aaf8d170176adc609fc8.tar.bz2
ChibiOS-73a6c86af1bb7f4c16f5aaf8d170176adc609fc8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@798 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index c3505a8bc..26f545b37 100644
--- a/readme.txt
+++ b/readme.txt
@@ -91,7 +91,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
is not used into the kernel, it is meant for debugging.
- NEW: Added a debug option CH_DBG_ENABLE_STACK_CHECK for stack overflow
checking. The check is not performed in the kernel but in the port code.
- Currently no port implements it.
+ Currently only the ARM7 and ARMCM3 ports implements it.
- NEW: Unified makefiles for ARM7 and ARMCM3 projects, the new makefiles
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