diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index 9ebfa9130..62002e723 100644 --- a/readme.txt +++ b/readme.txt @@ -78,10 +78,14 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, 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
+- FIX: Added fflush(stdout) to the MinGW simulation code output in order to
+ make the Eclipse console work correctly.
+- FIX: Renamed the MinGW demo main source from demo.c to main.c in order to
+ follow the pattern of all the other demos.
+- FIX: 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.
+- Removed lots of old deprecated constructs from the MinGW simulated demo.
+ There are still some, the demo will need some rework before version 1.0.0.
- Updated the C++ wrapper with the latest APIs changes and fixed some bugs.
- Small fixes to the documentation.
|