aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-07 13:32:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-07 13:32:58 +0000
commit38cc48d575a6232cfd440d97711f89f5f531422d (patch)
tree3bfa6f3d839a02c88f94429c9c0338daa2220291 /readme.txt
parentc2efc1ebe91a1496b3046d44898b3384df24fc60 (diff)
downloadChibiOS-38cc48d575a6232cfd440d97711f89f5f531422d.tar.gz
ChibiOS-38cc48d575a6232cfd440d97711f89f5f531422d.tar.bz2
ChibiOS-38cc48d575a6232cfd440d97711f89f5f531422d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2237 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
index 1250904a4..8f1ad419f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -122,13 +122,13 @@
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.
+- OPT: Speed optimizations to the STM32 SPI driver, improved latency.
+- OPT: Speed optimizations to the STM32 ADC driver.
- CHANGE: The API chThdInit() has been renamed to chThdCreateI() in order to
- make clear it is useable from interrupt handlers.
+ make clear it is usable from interrupt handlers.
- CHANGE: The mailboxes macros chMBSize(), chMBGetEmpty(), chMBGetFull(),
- chMBPeek() have been renamed to chMBSizeI(), chMBGetEmptyI(),
- chMBGetFullI(), chMBPeekI().
+ chMBPeek() have been renamed to chMBSizeI(), chMBGetFreeCountI(),
+ chMBGetFullCountI(), chMBPeekI().
- CHANGE: The queue APIs chQSize(), chQSpace(), chIQIsEmpty(), chIQIsFull(),
chOQIsEmpty(), chOQIsFull() have been renamed to chQSizeI(), chQSpaceI(),
chIQIsEmptyI(), chIQIsFullI(), chOQIsEmptyI(), chOQIsFullI().