aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 5fbee71f4..59428015d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,9 +76,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** 0.6.7 ***
- NEW: New chThdCreateFast() API, it is a simplified form of chThdCreate()
- that allows even faster threads creation. The new API does not support
- the "mode" and "arg" parameters (still available in the old API).
-- OPT: Removed an unrequired initialization from the chThdCreate().
+ that allows even faster threads creation. The new API does not support
+ the "mode" and "arg" parameters (still available in the old API).
+- OPT: Removed an unrequired initialization and made other small optimizations
+ to the chThdCreate().
- OPT: Improvements to the test framework, now a virtual timer is used instead
of software loops into the bechmarks in order to have more stable results.
- Added the C++ wrapper entries to the documentation.