diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-16 14:14:36 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-16 14:14:36 +0000 |
commit | 81402e3fd3e228e82d3f298f91ba82c161559d4f (patch) | |
tree | 4d2e4085c8a2da35bcf03fc35223a0b25ab1a511 | |
parent | 26db32042bd7a2437246765ccf9157dd17ec824b (diff) | |
download | ChibiOS-81402e3fd3e228e82d3f298f91ba82c161559d4f.tar.gz ChibiOS-81402e3fd3e228e82d3f298f91ba82c161559d4f.tar.bz2 ChibiOS-81402e3fd3e228e82d3f298f91ba82c161559d4f.zip |
Fixed readme.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12108 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r-- | readme.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index a4b7a0f7f..b55221ff6 100644 --- a/readme.txt +++ b/readme.txt @@ -93,10 +93,11 @@ *** Next ***
- NEW: Now chconf.h files have preprocessor checks around each definition,
this allows to override settings from makefiles.
-- NEW: Added new functions to I/O queues: qSetLink().
-- NEW: Added new functions to objects fifos: chFifoReturnObjectS(),
+- NEW: Added new functions to I/O queues: qSetLink()(backported to 18.2.2).
+- NEW: Added new functions to objects fifos: chFifoReturnObjectS()(backported
+ to 18.2.2),
chFifoSendObjectAheadI(), chFifoSendObjectAheadS() and
- chFifoSendObjectAhead().
+ chFifoSendObjectAhead()(backported to 18.2.2).
- NEW: Added new functions to guarded pools: chGuardedPoolFreeS() and
chGuardedPoolAddS().
- NEW: Added initializer sections for flash0...flash7 memory areas in
|