aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-06 18:38:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-06 18:38:05 +0000
commit58d7edb48610cd855c3638cfceabd564471bc316 (patch)
tree7c6aaad1be2aea9161194e4fd8e6d4bf4cdc3981
parent8ca74ca641b40428107879b934a0ad4337776f37 (diff)
downloadChibiOS-58d7edb48610cd855c3638cfceabd564471bc316.tar.gz
ChibiOS-58d7edb48610cd855c3638cfceabd564471bc316.tar.bz2
ChibiOS-58d7edb48610cd855c3638cfceabd564471bc316.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@593 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
index 9a22b706a..e67484e82 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,13 +75,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 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.
+- NEW: Better separation between the port code and the system APIs, now an
+ architecture-specific "driver" contains all the port related code.
Port functions are no more directly exposed as APIs to the user code.
- NEW: Added a configuration option to enable nested system locks/unlocks.
- The kernel does not need this feature but some external libraries may need
- it since other RTOSes require this. Enabling this feature increases the
- memory footprint and decreases the performance, it is off by default.
- 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.