git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1157 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
af8d2e3616
commit
031a165ea9
|
@ -9,17 +9,18 @@
|
||||||
branch).
|
branch).
|
||||||
- FIX: Fixed the CH_OPTIMIZE_SPEED option in the CM3 port (bug 2846278)
|
- FIX: Fixed the CH_OPTIMIZE_SPEED option in the CM3 port (bug 2846278)
|
||||||
(backported in stable branch).
|
(backported in stable branch).
|
||||||
- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162).(backported
|
- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162)(backported
|
||||||
in stable branch)
|
in stable branch).
|
||||||
- FIX: Fixed LPC214x UART problem (bug 2841088)(backported in stable branch).
|
- FIX: Fixed LPC214x UART problem (bug 2841088)(backported in stable branch).
|
||||||
- NEW: Added new APIs chSchDoYieldS() abd chThdYield().
|
- NEW: Added new APIs chSchDoYieldS() and chThdYield().
|
||||||
- MEW: Added new benchmark about round robin rescheduling.
|
- MEW: Added new benchmark about round robin rescheduling.
|
||||||
- NEW: Reorganized and rationalized the distribution tree and the
|
- NEW: Reorganized and rationalized the distribution tree and the
|
||||||
documentation.
|
documentation.
|
||||||
- NEW: Enhanced serial driver. The driver now supports speed change at runtime
|
- NEW: Enhanced serial driver. The driver now supports speed change at runtime
|
||||||
and low power stop mode.
|
and low power stop mode.
|
||||||
- NEW: Serial driver removed from the kernel and added to the I/O subsystems
|
- NEW: Serial driver removed from the kernel and added to the I/O subsystems
|
||||||
together with PAL.
|
together with PAL. Note that the related API names changed their prefix from
|
||||||
|
chFDDxxx to sdxxx because of this.
|
||||||
- NEW: Added standard CMSIS 1.2.0 support to the Cortex-M3 port. The kernel
|
- NEW: Added standard CMSIS 1.2.0 support to the Cortex-M3 port. The kernel
|
||||||
does not use it (the OS uses its own optimized code) but the functionality
|
does not use it (the OS uses its own optimized code) but the functionality
|
||||||
is available to the applications. The CMSIS files were patched in order
|
is available to the applications. The CMSIS files were patched in order
|
||||||
|
|
Loading…
Reference in New Issue