git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@593 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-01-06 18:38:05 +00:00
parent 8ca74ca641
commit 58d7edb486
1 changed files with 2 additions and 5 deletions

View File

@ -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.