diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-17 17:04:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-17 17:04:12 +0000 |
commit | a07d46f30ac86b125a6dbc89ba83669c3ebe90ac (patch) | |
tree | 659b4eaff2cbf9a335d8b6e8b9daea1e71d188c5 /readme.txt | |
parent | f3134c14bdfba8203fa3c1fd84724448c83b0427 (diff) | |
download | ChibiOS-a07d46f30ac86b125a6dbc89ba83669c3ebe90ac.tar.gz ChibiOS-a07d46f30ac86b125a6dbc89ba83669c3ebe90ac.tar.bz2 ChibiOS-a07d46f30ac86b125a6dbc89ba83669c3ebe90ac.zip |
ARMv7-M compact kernel mode working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2968 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 91b369749..1824f63c5 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,10 @@ (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.
+ 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.
- 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
|