aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-18 15:08:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-18 15:08:39 +0000
commitcc13cac88e0a05da37bc4c3c28c541e9227c4c77 (patch)
tree11b8b5aa86d06ac72408b74b2aa2a563756c881b
parentf563ad9387e132cece6634811a89aa450c60a176 (diff)
downloadChibiOS-cc13cac88e0a05da37bc4c3c28c541e9227c4c77.tar.gz
ChibiOS-cc13cac88e0a05da37bc4c3c28c541e9227c4c77.tar.bz2
ChibiOS-cc13cac88e0a05da37bc4c3c28c541e9227c4c77.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@272 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt12
1 files 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 ***