aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-13 09:55:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-13 09:55:16 +0000
commit436aa85ab1c30168d6cdd64de2a4eb1ca9fee534 (patch)
treefbd37747f802dd7a3002fb4d58f701e9b2f0c1a6 /readme.txt
parent2b8c31c32f67d2e31ff19507ca3425f9bcecba76 (diff)
downloadChibiOS-436aa85ab1c30168d6cdd64de2a4eb1ca9fee534.tar.gz
ChibiOS-436aa85ab1c30168d6cdd64de2a4eb1ca9fee534.tar.bz2
ChibiOS-436aa85ab1c30168d6cdd64de2a4eb1ca9fee534.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@539 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index abb4b23de..9ebfa9130 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,14 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.8.3 ***
+- 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
+ the demo passes all the tests.
+- Renamed the MinGW demo main source from demo.c to main.c in order to follow
+ the pattern of all the other demos.
+- Added debug switches to the MinGW simulated demo, not it is possible to
+ debug the demo (and the kernel) inside Eclipse without a physical board.
- Updated the C++ wrapper with the latest APIs changes and fixed some bugs.
- Small fixes to the documentation.