diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-30 17:04:32 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-30 17:04:32 +0000 |
commit | 781b5ccee44a7cbd2dd2caf15c6e1490f5b11d3c (patch) | |
tree | b737790762b27514d10e5dfe46f8b90d3e3e1fca | |
parent | 85d62cbdf68219a526aa4ee68c325adda8b8d67e (diff) | |
download | ChibiOS-781b5ccee44a7cbd2dd2caf15c6e1490f5b11d3c.tar.gz ChibiOS-781b5ccee44a7cbd2dd2caf15c6e1490f5b11d3c.tar.bz2 ChibiOS-781b5ccee44a7cbd2dd2caf15c6e1490f5b11d3c.zip |
Added notes to readme.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12312 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r-- | readme.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index c4656d031..0ad5a5377 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,11 @@ *****************************************************************************
*** Next ***
+- NEW: Added a new WSPI driver model to HAL, it is a redesign of the
+ existing QSPI for generic "Wide SPI" interfaces.
+- NEW: Added a new SIO driver model to HAL, it is a low level abstraction of
+ an UART.
+- NEW: Independent TRNG driver model added to HAL.
- NEW: Added a new "pipes" subsystem to the OS library.
- NEW: Added mcuconf.h generators for STM32L432xx, STM32L476xx, STM32L496xx
and STM32L4R5xx devices.
@@ -99,7 +104,6 @@ - NEW: STM32 DMAv1, ADCv3, DACv1, I2Cv2, SPIv2 and USARTv2 are now
DMAMUX-aware.
- NEW: Introduced support for STM32L4+ devices.
-- NEW: Independent TRNG driver model added to HAL.
- NEW: TRNG API now takes a new "size" parameter, the API can now generate
random numbers of variable size. The crypto driver now does not store
a copy of the transient key inside, the low level can do that if
|