diff --git a/readme.txt b/readme.txt index be5b6a015..c1e893467 100644 --- a/readme.txt +++ b/readme.txt @@ -88,6 +88,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, ports to a safer 0x10, it was previously 0 (correct but trimmed to specific compiler settings). - FIX: Set the INT_REQUIRED_STACK configuration value for the AVR port to 32. +- FIX: Fixed the MinGW demo in order to not use any deprecated construct. - Removed deprecated threads APIs: chThdCreate() and chThdCreateFast(). - Removed deprecated events APIs: chEvtWait(), chEvtWaitTimeout(), chEvtSend(), chEvtSendI(), EventMask().