diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-25 15:50:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-25 15:50:15 +0000 |
commit | cb63381502ad62fdc0fd35cf1602c53999f789c2 (patch) | |
tree | 649f9d2e5dff0fd3b80666f716ca8ee97afb9d01 | |
parent | d97be800597f99b9a02c265a01c7902a07c45570 (diff) | |
download | ChibiOS-cb63381502ad62fdc0fd35cf1602c53999f789c2.tar.gz ChibiOS-cb63381502ad62fdc0fd35cf1602c53999f789c2.tar.bz2 ChibiOS-cb63381502ad62fdc0fd35cf1602c53999f789c2.zip |
Fixed bug 3075544.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2200 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index d82fbcff1..bb0e4e41c 100644 --- a/readme.txt +++ b/readme.txt @@ -115,7 +115,7 @@ - NEW: Added to the documentation more notes about interrupt handlers in
the ARM7 port.
- OPT: The fix to the bug 3075544 considerably improved the threads creation
- performance.
+ 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().
|