Adding ARM ASM build option to STM32CubePack config

pull/7747/head
Lealem Amedie 2024-07-12 13:14:40 -06:00
parent 595e71d7f4
commit 8e2775fc89
1 changed files with 10 additions and 0 deletions

View File

@ -534,6 +534,16 @@ extern ${variable.value} ${variable.name};
#define NO_MD5
#endif
/* ------------------------------------------------------------------------- */
/* Crypto Accelaration */
/* ------------------------------------------------------------------------- */
#if defined(WOLF_CONF_ARMASM) && WOLF_CONF_ARMASM == 1
#define WOLFSSL_ARMASM
#define WOLFSSL_ARMASM_INLINE
#define WOLFSSL_ARMASM_NO_HW_CRYPTO
#define WOLFSSL_ARMASM_NO_NEON
#define WOLFSSL_ARM_ARCH 7
#endif
/* ------------------------------------------------------------------------- */
/* Benchmark / Test */