aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-24 11:55:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-24 11:55:40 +0000
commitb72177007695129c089c58f65d05ae6178f604a3 (patch)
tree105973ae8132ba54df94ce7f997010583d48a811 /readme.txt
parent56c0992fe6abb5b06f74f8518eb07b9bc63eac99 (diff)
downloadChibiOS-b72177007695129c089c58f65d05ae6178f604a3.tar.gz
ChibiOS-b72177007695129c089c58f65d05ae6178f604a3.tar.bz2
ChibiOS-b72177007695129c089c58f65d05ae6178f604a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@441 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 12ca52795..88a43a407 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,11 +81,18 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: New dynamic chThdCreateFromHeap() and chthdCreateFromMemoryPool() APIs.
The dynamic APIs are only included if the CH_USE_DYNAMIC option is specified
into the project configuration file.
+- CHANGE: chThdCreateFast() is now a macro that uses chThdCreateStatic().
+- CHANGE: chThdWait() now releases the memory allocated by
+ chThdCreateFromHeap() and chthdCreateFromMemoryPool(). Threads created
+ through the static APIs are not affected thus the behavior is backward
+ compatible.
- FIX: The chThdCreate() had a regression in 0.7.0, the mode parameter was
- ignored. Note that in this version the API is deprecated and the bug
- documented as correct behavior. If you need to create a suspended thread
- please use the new chThdInit() API.
+ ignored.
+- FIX: Removed duplicated call to chHeapInit() into chSysInit().
+- FIX: Fixed a syntax error in chheap.c, the error was only triggered when
+ the CH_USE_DEBUG option was specified.
- Added new test cases to the test suite for the new dynamic APIs.
+- Documentation fixes.
*** 0.7.0 ***
- NEW: Memory Heap Allocator functionality added. The allocator implements a