aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-10 15:31:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-10 15:31:58 +0000
commitda4f9beaee8f1f8f344012b4d9a122462a6c802e (patch)
treeecb2cc0d9efd39801f17f8262dc722e48f50456e /readme.txt
parenta2bab9c63d848ccfce1440afd40e1eed7b2955ef (diff)
downloadChibiOS-da4f9beaee8f1f8f344012b4d9a122462a6c802e.tar.gz
ChibiOS-da4f9beaee8f1f8f344012b4d9a122462a6c802e.tar.bz2
ChibiOS-da4f9beaee8f1f8f344012b4d9a122462a6c802e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@827 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index ef9fcf4e0..5c3163a41 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,7 +75,13 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** 1.1.2unstable ***
- FIX: Fixed priority inheritance problem with condvars (bug 2674756) and
added a specific test case to the test suite (backported in stable branch).
+- FIX: Fixed a wrong parameter check in chVTSetI() (bug 2679155).
+- FIX: Build error with options CH_USE_NESTED_LOCKS && !CH_OPTIMIZE_SPEED
+ (bug 2678928).
- FIX: Removed unused chSysPuts() macro (bug 2672678).
+- FIX: Renamed function chSysInTimeWindow() as chTimeIsWithin() and renamed
+ the macro chSysGetTime() in chTimeNow(), the old names are still recognized
+ but marked as deprecated (fixes the bug 2678953 but goes a bit further).
- Removed testcond.c|h and moved the test cases into testmtx.c. Mutexes and
condvars have to be tested together.
- Added architecture diagram to the documentation.