diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-06 14:56:30 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-06 14:56:30 +0000 |
commit | 0c9f553e4fed400108f90f1504e88d1882c097e6 (patch) | |
tree | db9b19303defdb8352a8f20fb4847582bfa6197d /readme.txt | |
parent | a0c253d44da778e359c507c529a319f3f4d18b25 (diff) | |
download | ChibiOS-0c9f553e4fed400108f90f1504e88d1882c097e6.tar.gz ChibiOS-0c9f553e4fed400108f90f1504e88d1882c097e6.tar.bz2 ChibiOS-0c9f553e4fed400108f90f1504e88d1882c097e6.zip |
Char match support in UART driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12009 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 338a2d26b..56f1419a1 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,8 @@ *****************************************************************************
*** Next ***
+- NEW: Added optional support for character match callback in the UART
+ high level driver.
- 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
|