From 031a165ea9258fd8ba74bb9d91471cba8789f37c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 12 Sep 2009 17:46:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1157 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 7db4b1b91..1e50720b6 100644 --- a/readme.txt +++ b/readme.txt @@ -9,17 +9,18 @@ branch). - FIX: Fixed the CH_OPTIMIZE_SPEED option in the CM3 port (bug 2846278) (backported in stable branch). -- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162).(backported - in stable branch) +- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162)(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. - NEW: Reorganized and rationalized the distribution tree and the documentation. - NEW: Enhanced serial driver. The driver now supports speed change at runtime and low power stop mode. - 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 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 -- cgit v1.2.3