From cc13cac88e0a05da37bc4c3c28c541e9227c4c77 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 18 Apr 2008 15:08:39 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@272 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 5059b2871..90bc7307d 100644 --- a/readme.txt +++ b/readme.txt @@ -53,7 +53,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - Look into importing *or* implementing a TCP/IP stack and a File System. - Evaluate other architectures for a possible ChibiOS/RT port. An important selection parameter will be the availability of FOSS toolchains. Currently - we are evaluating the Cortex-M3 and the MSP430. + we are evaluating the MSP430 and the MicroBlaze. - Creation of a reduced ChibiOS/RT kernel targeted to lesser 8bit micros and educational purposes, the name will probably be ChibiOS/SX, we are still discussing it. @@ -65,10 +65,12 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** 0.6.3 *** - NEW: ARM Cortex-M3 port completed. The demo program targets the STM32F103 chip from ST Microelectronics on an Olimex STM32-P103 board. -- Fixed a minor error in ./ports/ARM7/vic.h, it should not affect anything. -- 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 +- FIX: Fixed a minor error in ./ports/ARM7-LPC214x/vic.h, it should not affect + anything. +- FIX: Minor fix: in chThdCreate() a working area size equal to + UserStackSize(0) was asserted as an error when in debug mode. It is now + allowed. +- FIX: 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. *** 0.6.2 ***