1
0
Fork 0

STM32H723 support (#21352)

This commit is contained in:
Nick Brassel 2023-06-28 13:07:14 +10:00 committed by GitHub
parent ba055a9c7f
commit c814be0296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 702 additions and 16 deletions

View file

@ -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