aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-05 17:23:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-05 17:23:24 +0000
commita1f4ecfe082b19016b01672a549cec08167cb171 (patch)
tree02d350a6214746fdf917fbb6d4872bcaa0ef7646
parent7fb104276ec3e3ceb474004f64ecebad77fce4ac (diff)
downloadChibiOS-a1f4ecfe082b19016b01672a549cec08167cb171.tar.gz
ChibiOS-a1f4ecfe082b19016b01672a549cec08167cb171.tar.bz2
ChibiOS-a1f4ecfe082b19016b01672a549cec08167cb171.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@585 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6ffc258a5..de00b5a75 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,18 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
+*** 1.1.0unstable ***
+- NEW: Better separation between the port code and the system APIs, now the an
+ architecture-specific "port driver" contains all the port related code.
+ Port functions are no more directly exposed as APIs to the user code.
+- NEW: Added an option for nested system locks/unlocks.
+- NEW: Improved the interrupt handlers related code. Now interrupts are
+ handled in a very similar way for every architecture. Added macros and
+ functions that hide the implementation details.
+
+*** 1.0.0rc2 ***
+- FIX: Removed unused variable "retaddr" from the Cortex-M3 port.
+
*** 1.0.0rc1 ***
- NEW: Added new macros CH_KERNEL_VERSION set to "1.0.0rc1", CH_KERNEL_MAJOR
set to 1, CH_KERNEL_MINOR set to 0, CH_KERNEL_PATCH set to 0.