Add back port to bug #1149 readme note

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14083 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
cinsights 2021-03-23 02:00:36 +00:00
parent 3903137141
commit f84a6be56e
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@
MEMS Accelerometers.
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
- NEW: Added latency measurement test application.
- FIX: Fixed inconsistent naming of SAI DMAMUX defines for STM32H7 (bug #1149)
(backported to 20.3.4).
- FIX: Fixed TIM register layout difference for STM32G4 series (bug #1148)
(backported to 20.3.4).
- FIX: Fixed STM32 QUADSPI driver problem when used with DMAv2 (bug #1147)