aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-12-08 11:23:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-12-08 11:23:21 +0000
commitf3249c78d9353bca99172f5cbbc6b7fb0c64c665 (patch)
tree66d4f82230e664021b0999ce97a827660432346f /readme.txt
parent53093a74b030cffbb4ebd78adaa4707ea4ecf9db (diff)
downloadChibiOS-f3249c78d9353bca99172f5cbbc6b7fb0c64c665.tar.gz
ChibiOS-f3249c78d9353bca99172f5cbbc6b7fb0c64c665.tar.bz2
ChibiOS-f3249c78d9353bca99172f5cbbc6b7fb0c64c665.zip
LLD drivers organization changes: RTC, SPI.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12463 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 724215970..f50d1bb71 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,10 @@
*****************************************************************************
*** Next ***
+- 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: RTC, SPI.
- 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.