Updated STM32F4xx platform with new IRQ handling, enabled the missing timers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13844 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-09-07 08:38:35 +00:00
parent 2eb09bcd8d
commit 7d2963f545
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
*****************************************************************************
*** Next ***
- NEW: Updated STM32F4xx platform with new IRQ handling, enabled the missing
timers.
- NEW: Added mcuconf.h updater for STM32F401, F427, F429, F437, F439.
- NEW: SIO STM32 implementation for USARTs without FIFO in STM32/LLD/USARTv2,
implementation with FIFO in STM32/LLD/USARTv3.