STM32H723 support (#21352)
This commit is contained in:
parent
ba055a9c7f
commit
c814be0296
13 changed files with 702 additions and 16 deletions
|
@ -71,7 +71,11 @@
|
|||
|
||||
// STM32 compatibility
|
||||
#if defined(MCU_STM32)
|
||||
# define CPU_CLOCK STM32_SYSCLK
|
||||
# if defined(STM32_CORE_CK)
|
||||
# define CPU_CLOCK STM32_CORE_CK
|
||||
# else
|
||||
# define CPU_CLOCK STM32_SYSCLK
|
||||
# endif
|
||||
|
||||
# if defined(STM32F1XX)
|
||||
# define USE_GPIOV1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue