aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-17 17:17:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-17 17:17:16 +0000
commitade5cc3c6fdb41270ff0f483a8daa44d28d1064c (patch)
treeede873b17a849cb94735284a4d58a3eec2c3bd2c /readme.txt
parent228f5ba5754ab3dd721829f32022673f2e706a09 (diff)
downloadChibiOS-ade5cc3c6fdb41270ff0f483a8daa44d28d1064c.tar.gz
ChibiOS-ade5cc3c6fdb41270ff0f483a8daa44d28d1064c.tar.bz2
ChibiOS-ade5cc3c6fdb41270ff0f483a8daa44d28d1064c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2970 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 1824f63c5..7b4729e8b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,10 +75,13 @@
(backported to 2.2.4).
- NEW: Reorganization of the Cortex-Mx ports in order to reduced code and
comments duplication in the various headers.
-- NEW: Improved the ARMv7-M port now there are two modes: Compact and Advanced.
+- NEW: Improved the ARMv7-M sub-port now there are two modes: Compact and
+ Advanced.
The advanced mode is equivalent to the previous versions, the compact mode
- is new and makes the kernel *much* smaller and faster but does not support
- fast interrupts, see reports.
+ is new and makes the kernel *much* smaller and generally faster but does
+ not support fast interrupts, see the reports for details.
+- NEW: Now the port layer exports info regarding the compiler and the port
+ options. The info are printed into the test reports.
- CHANGE: Renamed the macros IDLE_THREAD_STACK_SIZE and INT_REQUIRED_STACK
to PORT_IDLE_THREAD_STACK_SIZE and PORT_INT_REQUIRED_STACK for consistency.
- CHANGE: Removed the "old" Cortex-M3 port from the code, the current port