aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-20 15:34:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-20 15:34:56 +0000
commit2a9e6947a1c0cefe24f8ac7f1b4997e0f661572f (patch)
tree487e1efe05d2a1a8b6c60a9f773fe62bc4e04ac8 /readme.txt
parent8248aca2825c3650d0aeb43bb999b23fd2997804 (diff)
downloadChibiOS-2a9e6947a1c0cefe24f8ac7f1b4997e0f661572f.tar.gz
ChibiOS-2a9e6947a1c0cefe24f8ac7f1b4997e0f661572f.tar.bz2
ChibiOS-2a9e6947a1c0cefe24f8ac7f1b4997e0f661572f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@434 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 17fd0056d..f68d6979a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,15 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
+*** 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.
+- 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.
+
*** 0.7.0 ***
- NEW: Memory Heap Allocator functionality added. The allocator implements a
first-fit strategy but there is an option that allow it to wrap the compiler