aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-24 17:31:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-24 17:31:31 +0000
commit719e83e6e85e24242a95e9a4d48845fd5400dc5b (patch)
tree9c195d58df2c802226daaf9059739110feb03be4 /readme.txt
parent759cb521269b63afd3f0f3f8229de11b54216694 (diff)
downloadChibiOS-719e83e6e85e24242a95e9a4d48845fd5400dc5b.tar.gz
ChibiOS-719e83e6e85e24242a95e9a4d48845fd5400dc5b.tar.bz2
ChibiOS-719e83e6e85e24242a95e9a4d48845fd5400dc5b.zip
Fixed bug 3074984, undone change to the virtual timers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2186 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 0082dfe65..d29f87b5c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -62,6 +62,8 @@
*****************************************************************************
*** 2.1.2 ***
+- FIX: Fixed race condition in function chSchGoSleepTimeoutS, thanks Balázs
+ (bug 3074984)(backported to 2.0.5).
- FIX: Fixed race condition in threads creation (bug 3069854)(backported
to 2.0.5).
- FIX: Fixed broken CH_DBG_ENABLE_STACK_CHECK option in legacy CM3 port (bug
@@ -108,7 +110,6 @@
change).
- NEW: Added to the documentation more notes about interrupt handlers in
the ARM7 port.
-- OPT: Removed an unused field in the VTList structure.
- OPT: Speed optimizations of the STM32 SPI driver, improved latency.
- OPT: Speed optimizations of the STM32 ADC driver.
- CHANGE: The mailboxes macros chMBSize(), chMBGetEmpty(), chMBGetFull(),