aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-20 11:39:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-20 11:39:33 +0000
commit0fc33d47532b1b7727d576b3814498c8907b3c31 (patch)
tree0f4c6e10bc5dae96c0f0212f23ed0674fcfe29ce /readme.txt
parentee9a1b480bf34513eaf3494f27f13f2f80ca578c (diff)
downloadChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.gz
ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.bz2
ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1644 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 96b3e5cba..5e9505c28 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,8 @@
- 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 core variant name macro in chcore.h and platform name in
+ hal_lld.h, the info are printed in the test report.
- NEW: Added BOARD_NAME macro to the various board.h files.
- NEW: Added a MemoryStream class under ./os/various.