aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-19 18:19:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-19 18:19:00 +0000
commit5d983fd514b3fcad1f7a27faf74e21789d93e99a (patch)
tree173089388b0ebeffa204268af9e023ea2c33ba5f /readme.txt
parentaa71eb0989f940cd0c7b70f6a380239d4c07dc74 (diff)
downloadChibiOS-5d983fd514b3fcad1f7a27faf74e21789d93e99a.tar.gz
ChibiOS-5d983fd514b3fcad1f7a27faf74e21789d93e99a.tar.bz2
ChibiOS-5d983fd514b3fcad1f7a27faf74e21789d93e99a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1637 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 07bf131cc..96b3e5cba 100644
--- a/readme.txt
+++ b/readme.txt
@@ -62,7 +62,11 @@
objects (bug 2952961).
- FIX: Wrong prototype in template file chcore.c (bug 2951529)(backported
in 1.4.1).
+- NEW: Added an experimental PowerPC port targeting the SPC563M64/MPC563x
+ ST/Freescale automotive SOCs. The port passed the whole test suite but it
+ will be developed further in next releases.
- NEW: Added BOARD_NAME macro to the various board.h files.
+- NEW: Added a MemoryStream class under ./os/various.
*** 1.5.1 ***
- FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port