git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13919 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-11-26 10:15:53 +00:00
parent 6a608b9d33
commit bb41949dd3
2 changed files with 5 additions and 3 deletions

View File

@ -229,9 +229,9 @@
#define STM32_USBCLK STM32_48CLK #define STM32_USBCLK STM32_48CLK
#elif defined(STM32H7XX) #elif defined(STM32H7XX)
/* Defines directly STM32_USBCLK.*/ /* Defines directly STM32_USBCLK.*/
#define rccEnableOTG_FS rccEnableUSB2_OTG_HS #define rccEnableOTG_FS rccEnableUSB2_OTG_FS
#define rccDisableOTG_FS rccDisableUSB2_OTG_HS #define rccDisableOTG_FS rccDisableUSB2_OTG_FS
#define rccResetOTG_FS rccResetUSB2_OTG_HS #define rccResetOTG_FS rccResetUSB2_OTG_FS
#define rccEnableOTG_HS rccEnableUSB1_OTG_HS #define rccEnableOTG_HS rccEnableUSB1_OTG_HS
#define rccDisableOTG_HS rccDisableUSB1_OTG_HS #define rccDisableOTG_HS rccDisableUSB1_OTG_HS
#define rccResetOTG_HS rccResetUSB1_OTG_HS #define rccResetOTG_HS rccResetUSB1_OTG_HS

View File

@ -123,6 +123,8 @@
MEMS Accelerometers. MEMS Accelerometers.
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1). - NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
- NEW: Added latency measurement test application. - NEW: Added latency measurement test application.
- FIX: Fixed OTG_FS error on STM32H7 (bug #1135)
(backported to 20.3.3)(backported to 19.1.5).
- FIX: Fixed compile error of STM32 CRYPv1 driver when DMAMU is present - FIX: Fixed compile error of STM32 CRYPv1 driver when DMAMU is present
(bug #1134)(backported to 20.3.3). (bug #1134)(backported to 20.3.3).
- FIX: Fixed moved define into hal_wspi_lld.c (bug #1133) - FIX: Fixed moved define into hal_wspi_lld.c (bug #1133)