diff options
Diffstat (limited to 'release_note_next.txt')
-rw-r--r-- | release_note_next.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/release_note_next.txt b/release_note_next.txt index 4026ad9e8..525aa8a9c 100644 --- a/release_note_next.txt +++ b/release_note_next.txt @@ -26,11 +26,7 @@ a series of important new features. - Enhanced trace buffer, it is able to store events regarding not just threads
but also IRQs, halts and user events.
- Enhanced Registry, it is now possible to find threads by name or by pointer.
-- Simplified the dynamic threading model, now it is the thread creator
- responsible for memory release, the references counter has been removed
- and the code is much simpler.
- New threading API, now creating static threads is even faster.
-- Saved space in thread_t structure.
- Extended priority range to 1..255.
- Experimental NASA OSAL implementation.
|