aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-22 19:11:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-22 19:11:24 +0000
commit9396b6dc4f3859440399977fcf27be2fcbe0e13d (patch)
tree037cf9ff687624a9bfa0e2a7b9d114bd0ab3cc62 /readme.txt
parentc319732c56b1f38b6201962416795ca8eaff172f (diff)
downloadChibiOS-9396b6dc4f3859440399977fcf27be2fcbe0e13d.tar.gz
ChibiOS-9396b6dc4f3859440399977fcf27be2fcbe0e13d.tar.bz2
ChibiOS-9396b6dc4f3859440399977fcf27be2fcbe0e13d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1664 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index cbfe25fbf..d3a7a31b6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -68,7 +68,8 @@
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.
+ hal_lld.h, the info are printed in the test report and from the "info"
+ shell command.
- NEW: Added BOARD_NAME macro to the various board.h files.
- NEW: Added a MemoryStream class under ./os/various.