From f71ba1635af2197a9543a37ea2b19a608a28320f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 17 Apr 2008 14:50:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@269 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F103-GCC/chconf.h | 2 +- readme.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h index f2b87e5bc..c8817f85c 100644 --- a/demos/ARMCM3-STM32F103-GCC/chconf.h +++ b/demos/ARMCM3-STM32F103-GCC/chconf.h @@ -158,7 +158,7 @@ * @note the debug support is port-dependent, it may be not present on some * targets. In that case stub functions will be included. */ -#define CH_USE_DEBUG +//#define CH_USE_DEBUG /** Debug option: Includes the threads context switch tracing feature. */ diff --git a/readme.txt b/readme.txt index eb1406a83..e8aa096fc 100644 --- a/readme.txt +++ b/readme.txt @@ -65,10 +65,11 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** 0.6.3 *** - Fixed a minor error in ./ports/ARM7/vic.h, it should not affect anything. -- Minor bug fix: now chThdCreate() allows a working area size equal to - UserStackSize(0) when in debug mode, it caused an assert panic. +- Minor bug fix: in chThdCreate() a working area size equal to UserStackSize(0) + was asserted as an error when in debug mode. It is now allowed. - Increased the stack size for the threads in the test suite to 128 bytes because THUMB/THUMB2 modes seem to use a lot more stack than ARM mode. +- More work done on the ARM-CM3 port but it does not pass the test suite yet. *** 0.6.2 *** - NEW: Added C++ wrapper around the ChibiOS/RT core APIs, now it is possible -- cgit v1.2.3