git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@559 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-12-29 12:53:10 +00:00
parent aa2eb80fdb
commit 4cb7a210a8
1 changed files with 1 additions and 0 deletions

View File

@ -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().