Merge pull request #6975 from lealem47/gh6969

Add STM32H725 to default_conf.ftl
This commit is contained in:
David Garske 2023-11-15 21:15:36 -08:00 committed by GitHub
commit 8e05b5a9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ extern ${variable.value} ${variable.name};
#undef NO_STM32_HASH
#undef NO_STM32_CRYPTO
#define HAL_CONSOLE_UART huart3
#elif defined(STM32H723xx)
#elif defined(STM32H723xx) || defined(STM32H725xx)
#define WOLFSSL_STM32H7
#define HAL_CONSOLE_UART huart3
#elif defined(STM32L4A6xx)