aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-05 14:05:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-05 14:05:25 +0000
commitd5853de4bd4603ba507999d45075031779b13912 (patch)
tree21dd80337abd8bf10e2017773ddf7dbd9393e98b /readme.txt
parent2891f7d645c4be187ac96ee4011207531d25c34a (diff)
downloadChibiOS-d5853de4bd4603ba507999d45075031779b13912.tar.gz
ChibiOS-d5853de4bd4603ba507999d45075031779b13912.tar.bz2
ChibiOS-d5853de4bd4603ba507999d45075031779b13912.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2235 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index ec4c18527..1250904a4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,7 +63,7 @@
*****************************************************************************
*** 2.1.2 ***
-- FIX: Fixed wrong macro check in STM32 serial support (but 3078891)(backported
+- FIX: Fixed wrong macro check in STM32 serial support (bug 3078891)(backported
to 2.0.6).
- FIX: Fixed non functioning option CH_USE_NESTED_LOCKS (bug 3075544)
(backported to 2.0.6).
@@ -117,11 +117,15 @@
change).
- NEW: Added to the documentation more notes about interrupt handlers in
the ARM7 port.
+- NEW: Modified some tests in order to bring back code coverage to 100%
+ in all modules except chdebug.c. Added a test case covering binary
+ semaphores.
- OPT: The fix to the bug 3075544 considerably improved the threads creation
benchmarks score.
- OPT: Speed optimizations of the STM32 SPI driver, improved latency.
- OPT: Speed optimizations of the STM32 ADC driver.
-- CHANGE: The API chThdInit() has been renamed to chThdCreateI().
+- CHANGE: The API chThdInit() has been renamed to chThdCreateI() in order to
+ make clear it is useable from interrupt handlers.
- CHANGE: The mailboxes macros chMBSize(), chMBGetEmpty(), chMBGetFull(),
chMBPeek() have been renamed to chMBSizeI(), chMBGetEmptyI(),
chMBGetFullI(), chMBPeekI().