diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-26 11:53:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-26 11:53:05 +0000 |
commit | 687ea96f1528fbe47f447e2c3622ba0b65b70a5d (patch) | |
tree | 1c8dcb20368a1164b6a9f7d6950fc4c93347b318 /readme.txt | |
parent | 5111601c13e6a1151dfd39a02a48d7fd0efd68cd (diff) | |
download | ChibiOS-687ea96f1528fbe47f447e2c3622ba0b65b70a5d.tar.gz ChibiOS-687ea96f1528fbe47f447e2c3622ba0b65b70a5d.tar.bz2 ChibiOS-687ea96f1528fbe47f447e2c3622ba0b65b70a5d.zip |
Added pipes to OSLIB.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12295 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 cb97eaccc..c4656d031 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,7 @@ *****************************************************************************
*** Next ***
+- NEW: Added a new "pipes" subsystem to the OS library.
- NEW: Added mcuconf.h generators for STM32L432xx, STM32L476xx, STM32L496xx
and STM32L4R5xx devices.
- NEW: Added demo for STM32L496ZG-Nucleo144 and STM32L4R5ZI-Nucleo144 boards.
|