diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-25 07:23:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-25 07:23:34 +0000 |
commit | eae327a32e0512f35c15933753f4e65e6b7c4d9f (patch) | |
tree | bbc98cbfc757bb218d345c2d5d0f6361548df155 /readme.txt | |
parent | 024ed93d4645fe4a1dc96207b8d87ed9424455ac (diff) | |
download | ChibiOS-eae327a32e0512f35c15933753f4e65e6b7c4d9f.tar.gz ChibiOS-eae327a32e0512f35c15933753f4e65e6b7c4d9f.tar.bz2 ChibiOS-eae327a32e0512f35c15933753f4e65e6b7c4d9f.zip |
Added chEvtAddEventsI().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10710 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index d0aca1ea1..57eb7a473 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,7 @@ *****************************************************************************
*** Next ***
+- 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
configuration settings.
|