aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-22 15:29:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-22 15:29:48 +0000
commit9a1c91e6ee9baaee3529e16fc732cbd9c7e99844 (patch)
tree5916995c67730dc328d2bd40392f6d21c3a54c7e /readme.txt
parent9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94 (diff)
downloadChibiOS-9a1c91e6ee9baaee3529e16fc732cbd9c7e99844.tar.gz
ChibiOS-9a1c91e6ee9baaee3529e16fc732cbd9c7e99844.tar.bz2
ChibiOS-9a1c91e6ee9baaee3529e16fc732cbd9c7e99844.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@437 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/readme.txt b/readme.txt
index f68d6979a..446995854 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,13 +75,16 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.7.1 ***
-- NEW: New chThdInit() API, this API allows to quickly create threads in the
- PRSUSPENDED state. This API also allows to start threads from interrupt
- handlers.
-- CHANGE: The chThdCreate() API no more has the mode parameter, a different
- API is now used in order to start suspended threads.
+- NEW: New chThdInit() and chThdCreateStatic() APIs now replace the old
+ chThdCreate() and chThdCreateFast() that are marked as deprecated.
+ The new APIs use one less parameter and are faster.
+- 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.
- FIX: The chThdCreate() had a regression in 0.7.0, the mode parameter was
- ignored. Note that in this version the mode parameter had been removed.
+ 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.
*** 0.7.0 ***
- NEW: Memory Heap Allocator functionality added. The allocator implements a