From f005ce481f405e065ed9a6e272cfae507f10e7cd Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Aug 2011 16:52:40 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3207 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F103/chconf.h | 2 +- readme.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/ARMCM3-STM32F103/chconf.h b/demos/ARMCM3-STM32F103/chconf.h index cdf4ee616..c9c4c286a 100644 --- a/demos/ARMCM3-STM32F103/chconf.h +++ b/demos/ARMCM3-STM32F103/chconf.h @@ -395,7 +395,7 @@ * @p panic_msg variable set to @p NULL. */ #if !defined(CH_DBG_ENABLE_STACK_CHECK) || defined(__DOXYGEN__) -#define CH_DBG_ENABLE_STACK_CHECK TRUE +#define CH_DBG_ENABLE_STACK_CHECK FALSE #endif /** diff --git a/readme.txt b/readme.txt index fb4e8a5f8..b27cd116b 100644 --- a/readme.txt +++ b/readme.txt @@ -89,9 +89,9 @@ (backported to 2.2.4). - FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420) (backported to 2.2.4). -- Removed all the ch.ld files from the ARMCMx demos, now the makefiles point - to common ld files under the various ports. Less duplication and easier - maintenance. +- NEW: Removed all the ch.ld files from the ARMCMx demos, now the makefiles + point to common ld files under the various ports. Less duplication and + easier maintenance. (do this to the other GCC ports too) - NEW: Improved stack checking and reorganized memory map for the Cortex-Mx demos. Now stacks are allocated at the start of the RAM, an overflow of the