tests: crypto: crypto_aes: enable nucleo_h753zi platform
Enable nucleo_h753zi platform for crypto_aes tests. Signed-off-by: Jacob Schloss <jacob.schloss@suburbanmarine.io>
This commit is contained in:
committed by
Maureen Helm
parent
4342789ee4
commit
f51e2aaf39
@@ -14,6 +14,8 @@
|
||||
#define CRYPTO_DRV_NAME CONFIG_CRYPTO_MBEDTLS_SHIM_DRV_NAME
|
||||
#elif CONFIG_CRYPTO_ESP32_AES
|
||||
#define CRYPTO_DEV_COMPAT espressif_esp32_aes
|
||||
#elif CONFIG_CRYPTO_STM32
|
||||
#define CRYPTO_DEV_COMPAT st_stm32_cryp
|
||||
#else
|
||||
#error "You need to enable one crypto device"
|
||||
#endif
|
||||
|
||||
@@ -14,4 +14,5 @@ tests:
|
||||
- esp32c3_devkitc
|
||||
- esp32c6_devkitc/esp32c6/hpcore
|
||||
- esp32h2_devkitm
|
||||
- nucleo_h753zi
|
||||
tags: crypto
|
||||
|
||||
Reference in New Issue
Block a user