aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-22 08:40:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-22 08:40:34 +0000
commit334ee6970801e8b72f8a36daa3d42acda56ec15e (patch)
tree0a45e86d06b7fde40409f17706e08575496feba8 /readme.txt
parent151d1b7da5e6d5320cbf5d74e2e5da693108e1d9 (diff)
downloadChibiOS-334ee6970801e8b72f8a36daa3d42acda56ec15e.tar.gz
ChibiOS-334ee6970801e8b72f8a36daa3d42acda56ec15e.tar.bz2
ChibiOS-334ee6970801e8b72f8a36daa3d42acda56ec15e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3247 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index ed9718089..f47fead5a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: Now an error is generated at compile time when trying to enable the
+ options CH_DBG_ENABLE_STACK_CHECK on ports that do not support it.
- NEW: Added a kernel-only Cortex-Mx demo as reference project for users not
interested in the HAL but just want to use the ChibiOS/RT kernel.
The demo is named ARMCM3-GENERIC-KERNEL and is defaulted to the STM32, in