aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-12 17:46:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-12 17:46:03 +0000
commit031a165ea9258fd8ba74bb9d91471cba8789f37c (patch)
treec07171c285ceedc697e18d873dc2ab64c559b921 /readme.txt
parentaf8d2e36166b5c13f795c361752c6c6988947d11 (diff)
downloadChibiOS-031a165ea9258fd8ba74bb9d91471cba8789f37c.tar.gz
ChibiOS-031a165ea9258fd8ba74bb9d91471cba8789f37c.tar.bz2
ChibiOS-031a165ea9258fd8ba74bb9d91471cba8789f37c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1157 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 5 insertions, 4 deletions
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