mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
stmcubemx: add flags for STM32F401
This commit is contained in:
@ -169,6 +169,11 @@ extern "C" {
|
|||||||
#define WOLFSSL_STM32F1
|
#define WOLFSSL_STM32F1
|
||||||
#define HAL_CONSOLE_UART huart4
|
#define HAL_CONSOLE_UART huart4
|
||||||
#define NO_STM32_RNG
|
#define NO_STM32_RNG
|
||||||
|
#elif defined(STM32F401xE)
|
||||||
|
#define WOLFSSL_STM32F4
|
||||||
|
#define HAL_CONSOLE_UART huart2
|
||||||
|
#define NO_STM32_RNG
|
||||||
|
#define WOLFSSL_GENSEED_FORTEST
|
||||||
#else
|
#else
|
||||||
#warning Please define a hardware platform!
|
#warning Please define a hardware platform!
|
||||||
#define WOLFSSL_STM32F4 /* default */
|
#define WOLFSSL_STM32F4 /* default */
|
||||||
|
Reference in New Issue
Block a user