aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-17 14:49:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-17 14:49:51 +0000
commite0b53350156cef01da9b83e46127f7322e967909 (patch)
tree75602acbe4a0acc047cf117161311e0a6905f8b1 /readme.txt
parentb793081d9605192373ea4fc1c1d7d5ca6e46e546 (diff)
downloadChibiOS-e0b53350156cef01da9b83e46127f7322e967909.tar.gz
ChibiOS-e0b53350156cef01da9b83e46127f7322e967909.tar.bz2
ChibiOS-e0b53350156cef01da9b83e46127f7322e967909.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2966 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index c294fbad2..91b369749 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,15 @@
*** 2.3.3 ***
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: Reorganization of the Cortex-Mx ports in order to reduced code and
+ comments duplication in the various headers.
+- 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
+ has no drawbacks and the old port is now just a maintenance cost.
+- CHANGE: Removed the CH_CURRP_REGISTER_CACHE option, it is GCC-specific so
+ it does not belong to the kernel options. The feature will be eventually
+ reimplemented as a port-specific option.
*** 2.3.2 ***
- FIX: Fixed invalid BRR() macro in AVR serial driver (bug 3299306)(backported