diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-16 11:09:29 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-16 11:09:29 +0000 |
commit | 1914bcbbf422a9616dd2c1d6906a8ced3548921d (patch) | |
tree | 42ca5cc9364fa993ec6fef3d1f31671ba4dfa6f2 /readme.txt | |
parent | 8ecb193368678a4a75cb65674fdb69e97888adfd (diff) | |
download | ChibiOS-1914bcbbf422a9616dd2c1d6906a8ced3548921d.tar.gz ChibiOS-1914bcbbf422a9616dd2c1d6906a8ced3548921d.tar.bz2 ChibiOS-1914bcbbf422a9616dd2c1d6906a8ced3548921d.zip |
Removed I/O queues and streams from RT.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9125 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 e029e01f2..0d1ed9043 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ *****************************************************************************
*** Next ***
+- RT: Removed I/O Queues and Streams interface, now those exists (much
+ improved) inside the HAL.
- HAL: Improvements to the I/O queues now timeouts are absolute for
iqReadTimeout() and oqWriteTimeout functions.
- RT: Added a NASA-OSAL API emulator over the RT kernel.
|