diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-23 08:47:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-23 08:47:30 +0000 |
commit | 128fb8687b7d79fbb33a0aea4f7267cf15890370 (patch) | |
tree | bd0cc2201a388b56e13092963939f83010fa849b | |
parent | 866e26bd215e035459fce31eebd3ae9ac4b05c1c (diff) | |
download | ChibiOS-128fb8687b7d79fbb33a0aea4f7267cf15890370.tar.gz ChibiOS-128fb8687b7d79fbb33a0aea4f7267cf15890370.tar.bz2 ChibiOS-128fb8687b7d79fbb33a0aea4f7267cf15890370.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@542 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index d52a41c0d..777a81834 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *****************************************************************************
*** 0.8.3 ***
+- NEW: Introduced new API chThdSleepS() as a macro, no real changes in the
+ kernel code.
- FIX: The MinGW simulated demo now works again after breaking in 0.8.2
because the changes to the macro names.
- FIX: Adjusted the test suite stack sizes for the MinGW simulated demo, now
@@ -90,8 +92,6 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - Small fixes to the documentation.
*** 0.8.2 ***
-- NEW: Introduced new API chThdSleepS() as a macro, no real changes in the
- kernel code.
- FIX: Included the files that were missing from version 0.8.1 distribution.
- FIX: Duplicated sections in the documentation removed.
- FIX: Minor problem in Cortex-M3 and AVR ports when the kernel is compiled
|