aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 09:17:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 09:17:17 +0000
commitdd32a2316e1df07158537972262752a8e888a744 (patch)
treeb5eeb0b0e6df0e269509ff23b3085eaf6f9349aa /readme.txt
parent53f1b747726d85020beca994f6fe67a5e9af7b8e (diff)
downloadChibiOS-dd32a2316e1df07158537972262752a8e888a744.tar.gz
ChibiOS-dd32a2316e1df07158537972262752a8e888a744.tar.bz2
ChibiOS-dd32a2316e1df07158537972262752a8e888a744.zip
Fixed bug 2792919, minor documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@979 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index acbd5fff0..6a9cc1463 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
stable branch).
- FIX: Fixed missing volatile modifier for p_time field in Thread structure
(bug 2789501)(backported in stable branch).
+- FIX: Fixed C99-style variable declarations (bug 2792919)(backported in
+ stable branch).
- NEW: Abstract I/O Channels mechanism introduced. This mechanism allows to
access I/O resources through a standard interface and hides implementation
details. The existing serial drivers were modified to offer a standard