diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-09 13:42:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-09 13:42:35 +0000 |
commit | b50ee022aa4fbc8d09b6a62308e99beb32bb722e (patch) | |
tree | 1bb2791046ec0e3deebd6e046eaaad618fc5f539 | |
parent | 26ed8c9062f0a549507938ec525460f8c10b8acc (diff) | |
download | ChibiOS-b50ee022aa4fbc8d09b6a62308e99beb32bb722e.tar.gz ChibiOS-b50ee022aa4fbc8d09b6a62308e99beb32bb722e.tar.bz2 ChibiOS-b50ee022aa4fbc8d09b6a62308e99beb32bb722e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12468 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index bc0707447..8748818c4 100644 --- a/readme.txt +++ b/readme.txt @@ -78,7 +78,7 @@ - NEW: Low level drivers simplification. There is a new template of LLD, now
driver and configuration types are defined in the HLD, LLD just exports
macros with the fields to be added to the structures.
- So far the drivers updated are: DAC, RTC, SPI, TRNG, WSPI.
+ So far the drivers updated are: ADC, DAC, RTC, SPI, TRNG, WSPI.
- NEW: Added UART7/8 support to STM32 UART USARTv1 driver.
- NEW: Added persistent storage interface to the STM32 RTCv2 driver.
- NEW: STM32 RTCv2 driver now supports callbacks on events.
|