aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-31 13:21:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-31 13:21:07 +0000
commit749edc4e23635a6f317ed92041e24a3add0292b4 (patch)
tree32df445ddf54331fb6a275c7f3c6b05224b6ccb3 /readme.txt
parent70a880a4d4e1ba03d71e369e3d9871a8d04f23b3 (diff)
downloadChibiOS-749edc4e23635a6f317ed92041e24a3add0292b4.tar.gz
ChibiOS-749edc4e23635a6f317ed92041e24a3add0292b4.tar.bz2
ChibiOS-749edc4e23635a6f317ed92041e24a3add0292b4.zip
Added I-class functions to the serial driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10919 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 81f856bfe..a1e91fcb6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
*****************************************************************************
*** Next ***
+- NEW: Added I-class functions to the serial driver: sdGetI(), sdReadI(),
+ sdPutI() and sdWriteI().
- NEW: Modified the HAL queues to improve performance. Added new
functions iqGetI(), iqReadI(), oqPutI() and oqWriteI().
- NEW: Added an "Objects FIFO" object to the OS Library, it allows to