aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-29 12:53:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-29 12:53:10 +0000
commit4cb7a210a880f628ff922b67ffdf1f23b020fcb8 (patch)
tree65bf940a2b1c12e7a0ded125ae93807d8480acea
parentaa2eb80fdb2e4e3b6eedacb8426e40db255cbe68 (diff)
downloadChibiOS-4cb7a210a880f628ff922b67ffdf1f23b020fcb8.tar.gz
ChibiOS-4cb7a210a880f628ff922b67ffdf1f23b020fcb8.tar.bz2
ChibiOS-4cb7a210a880f628ff922b67ffdf1f23b020fcb8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@559 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
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().