diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index dad395474..7efa5ddeb 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,10 @@ *****************************************************************************
*** Next ***
+- NEW: Mailbox API changed by adding "Timeout" to those function that have
+ timeout capability, for consistency with the rest of the system.
+- NEW: Modified mailboxes to use a size_t as counter instead of a cnt_t,
+ this is a leftover of semaphores in previous mailboxes implementation.
- NEW: Added a new function to RT events chEvtAddEventsI().
- NEW: Integrated the latest FatFS 0.13 with patches.
- NEW: Improved RT and NIL test suite to report version numbers and
|