aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-04-28 15:43:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-04-28 15:43:08 +0000
commitfea81eee7795e769c1e37837d555cab3c6a0a14e (patch)
tree0faaa4690b6acc755636213b6f8c20ce01899814 /readme.txt
parentfc1588e68475c356a215a49850874e9142010111 (diff)
downloadChibiOS-fea81eee7795e769c1e37837d555cab3c6a0a14e.tar.gz
ChibiOS-fea81eee7795e769c1e37837d555cab3c6a0a14e.tar.bz2
ChibiOS-fea81eee7795e769c1e37837d555cab3c6a0a14e.zip
Small API change for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11970 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 95c3ea8a1..deab2bbd1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -94,6 +94,7 @@
*****************************************************************************
*** Next ***
+- NEW: Change, chMtxGetNextMutexS() renamed to chMtxGetNextMutexX().
- NEW: RT C++ wrapper reworked, now it is mostly inline code, added some new
wrappers and methods. Added wrappers for more API functions. BaseThreads
are no more descendants of ThreadReference.