git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@593 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
8ca74ca641
commit
58d7edb486
|
@ -75,13 +75,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 1.1.0unstable ***
|
*** 1.1.0unstable ***
|
||||||
- NEW: Better separation between the port code and the system APIs, now the an
|
- NEW: Better separation between the port code and the system APIs, now an
|
||||||
architecture-specific "port driver" contains all the port related code.
|
architecture-specific "driver" contains all the port related code.
|
||||||
Port functions are no more directly exposed as APIs to the user 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.
|
- 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
|
- NEW: Improved the interrupt handlers related code. Now interrupts are
|
||||||
handled in a very similar way for every architecture. Added macros and
|
handled in a very similar way for every architecture. Added macros and
|
||||||
functions that hide the implementation details.
|
functions that hide the implementation details.
|
||||||
|
|
Loading…
Reference in New Issue