diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-22 19:11:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-22 19:11:24 +0000 |
commit | 9396b6dc4f3859440399977fcf27be2fcbe0e13d (patch) | |
tree | 037cf9ff687624a9bfa0e2a7b9d114bd0ab3cc62 | |
parent | c319732c56b1f38b6201962416795ca8eaff172f (diff) | |
download | ChibiOS-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
-rw-r--r-- | readme.txt | 3 |
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.
|