diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-02 16:38:55 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-02 16:38:55 +0000 |
commit | 01e1216f5e175166041820b67d1abafb81ae5c16 (patch) | |
tree | da0475b57aa36d49d99c97216a76a3a1a1edefd8 /readme.txt | |
parent | 0f8c6b90f7c4e43beaa83ce2e694980952a79b9f (diff) | |
download | ChibiOS-01e1216f5e175166041820b67d1abafb81ae5c16.tar.gz ChibiOS-01e1216f5e175166041820b67d1abafb81ae5c16.tar.bz2 ChibiOS-01e1216f5e175166041820b67d1abafb81ae5c16.zip |
Added UART7/8 support to STM32 UART USARTv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12457 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 2efe4d127..87b5176bd 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,7 @@ *****************************************************************************
*** Next ***
+- 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.
- NEW: Added an EXTI helper driver for STM32.
|