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:
Jacob Schloss
2026-01-13 10:37:10 -08:00
committed by Maureen Helm
parent 4342789ee4
commit f51e2aaf39
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -14,4 +14,5 @@ tests:
- esp32c3_devkitc
- esp32c6_devkitc/esp32c6/hpcore
- esp32h2_devkitm
- nucleo_h753zi
tags: crypto