aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 4f1c2b485..a05b811b0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,7 +78,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- 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
provided malloc() that may implement a different strategy. The heap
- allocator is thread-safe and can use both a mutex or a semaphores as
+ allocator is thread-safe and can use both a mutex or a semaphore as
internal synchronization primitive.
- NEW: Memory Pools functionality added, this mechanism allows constant-time
allocation/freeing of constant-size objects. It can be used to dynamically
@@ -98,6 +98,11 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- CHANGE: Removed the CH_USE_TERMINATE, CH_USE_SLEEP, CH_USE_SUSPEND and
CH_USE_RESUME configuration options in order to make the chconf.h file
simpler. The related functions are very small and almost always required.
+- CHANGE: The CH_USE_EXIT_EVENT configuration option and related functions are
+ now deprecated.
+- CHANGE: The P_MSGBYPRIO thread option has been removed, now the threads
+ always serve messages in priority order if the CH_USE_MESSAGES_PRIORITY
+ configuration option is active.
- Added new test cases to the test suite.
*** 0.6.10 ***