aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-12-09 14:21:00 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-12-09 14:21:00 +0000
commit984f865b45b110915616c3c9629fe47b064bed99 (patch)
tree5c309c9eea9290c1de4fbfab0f2f0d32ad91f21d /readme.txt
parentb50ee022aa4fbc8d09b6a62308e99beb32bb722e (diff)
downloadChibiOS-984f865b45b110915616c3c9629fe47b064bed99.tar.gz
ChibiOS-984f865b45b110915616c3c9629fe47b064bed99.tar.bz2
ChibiOS-984f865b45b110915616c3c9629fe47b064bed99.zip
I2S updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12469 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 8748818c4..2b0694eda 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: ADC, DAC, RTC, SPI, TRNG, WSPI.
+ So far the drivers updated are: ADC, DAC, I2S, 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.