Fixed bug #1214.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15392 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
4a6ea63068
commit
a5f5513642
|
@ -2857,7 +2857,7 @@
|
|||
#define STM32_HAS_LPUART1 FALSE
|
||||
|
||||
/* USB attributes.*/
|
||||
#define STM32_OTG_STEPPING 2
|
||||
#define STM32_OTG_STEPPING 1
|
||||
#define STM32_HAS_OTG1 TRUE
|
||||
#define STM32_OTG1_ENDPOINTS 3
|
||||
#define STM32_HAS_OTG2 TRUE
|
||||
|
|
|
@ -110,6 +110,8 @@
|
|||
ARMv7-M and ARMv8-M-ML.
|
||||
- NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG.
|
||||
- NEW: Added SPIv2 support also to STM32WB and STM32WL.
|
||||
- FIX: Fixed invalid STM32_OTG_STEPPING for STM32F40_41xxx (bug #1214)
|
||||
(backported to 21.11.2).
|
||||
- FIX: Fixed SPIv2 driver compile fails when SPI_USE_SYNCHRONIZATION is FALSE
|
||||
(bug #1213)(backported to 21.11.2).
|
||||
- FIX: Fixed invalid state transition in SNOR flash driver (bug #1212)
|
||||
|
|
Loading…
Reference in New Issue