aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-13 19:11:30 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-13 19:11:30 +0000
commit6f4b0b263e9dc7a0b6997ac1eeb3581f35ecf92e (patch)
tree8e1da5be660745cd37e66cc2bc86528498243f5e /readme.txt
parent1ca01403b48e0cadb8712d4e4a8024ea62300cad (diff)
downloadChibiOS-6f4b0b263e9dc7a0b6997ac1eeb3581f35ecf92e.tar.gz
ChibiOS-6f4b0b263e9dc7a0b6997ac1eeb3581f35ecf92e.tar.bz2
ChibiOS-6f4b0b263e9dc7a0b6997ac1eeb3581f35ecf92e.zip
typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12361 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 827ffe949..8655fe45b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,7 @@
*** Next ***
- NEW: Added support for TIM21 and TIM22 in STM32 GPT driver.
+- NEW: Reinforced checks in TIM-related drivers.
- NEW: Added support for STM32L072 and STM32L073.
- NEW: Added chThdResume() function to NIL.
- NEW: Removed QSPI driver model, entirely replaced by WSPI.