From a1f4ecfe082b19016b01672a549cec08167cb171 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 5 Jan 2009 17:23:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@585 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- cgit v1.2.3