aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-17 18:35:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-17 18:35:05 +0000
commit99ed21358ab4490ada34a4bb26ab2604c89db4b9 (patch)
tree3254acfec2438f6437173c96db210fb1717d2e47 /readme.txt
parent6c4445c1441d3652e7e82c38d6cfed0e2362d08b (diff)
downloadChibiOS-99ed21358ab4490ada34a4bb26ab2604c89db4b9.tar.gz
ChibiOS-99ed21358ab4490ada34a4bb26ab2604c89db4b9.tar.bz2
ChibiOS-99ed21358ab4490ada34a4bb26ab2604c89db4b9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@515 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 582fdf719..c13b88e60 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,11 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
+*** 0.8.1 ***
+- FIX: Fixed a regression in version 0.8.0, the configuration switch
+ CH_USE_EVENTS_TIMEOUT was redefined as CH_USE_EVENT_TIMEOUT and this broke
+ the code using events timeouts (the LPC2148 C++ demo).
+
*** 0.8.0 ***
- NEW: Added condvars mechanism on top of the mutexes subsystem.
- NEW: Improved events subsystems, now it is also possible to use it just as