diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-04-11 11:08:36 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-04-11 11:08:36 +0000 |
commit | 477baaed5a9158b120ba9a485b285ba218d0d5cd (patch) | |
tree | 78510dbe556d7479419e019a98f2914430482cd6 /release_note_next.txt | |
parent | ca129dc5b437343cb35b38206363a9b5940971af (diff) | |
download | ChibiOS-477baaed5a9158b120ba9a485b285ba218d0d5cd.tar.gz ChibiOS-477baaed5a9158b120ba9a485b285ba218d0d5cd.tar.bz2 ChibiOS-477baaed5a9158b120ba9a485b285ba218d0d5cd.zip |
Threads queues completed in NIL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10155 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'release_note_next.txt')
-rw-r--r-- | release_note_next.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_note_next.txt b/release_note_next.txt index 78a5905d2..aee19b04a 100644 --- a/release_note_next.txt +++ b/release_note_next.txt @@ -65,6 +65,8 @@ a series of important improvements, new features have been added. - Now uses the common ports architecture.
- Now uses the new shared RTOS components.
+- Added implementation of thread queues directly in the kernel, removed it
+ from NIL OSAL.
- All new features are optional so there is no code size increase.
- Enhanced source-level compatibility with RT.
- Enhanced debug features.
|