git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14855 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-09-30 06:58:48 +00:00
parent 289dd34eb7
commit e10d004dca
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@
*****************************************************************************
*** Next ***
- NEW: Added an alternate port for ARMv7-M, it uses less RAM and it is
faster at interrupt processing, it is slightly slower at
thread-to-thread context switch so it is not a full replacement.
- NEW: Now all xxxStart() functions in HAL are able to report a driver
activation error.
- NEW: Support for STM32G031, STM32G041, STM32G0B1, STM32G0C1.