Fixed bug #1135.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13919 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
6a608b9d33
commit
bb41949dd3
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue