We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a901ed commit 3d11792Copy full SHA for 3d11792
tests/crypto/crypto_hash/src/main.c
@@ -13,6 +13,8 @@
13
#define CRYPTO_DRV_NAME CONFIG_CRYPTO_MBEDTLS_SHIM_DRV_NAME
14
#elif DT_HAS_COMPAT_STATUS_OKAY(renesas_smartbond_crypto)
15
#define CRYPTO_DEV_COMPAT renesas_smartbond_crypto
16
+#elif DT_HAS_COMPAT_STATUS_OKAY(st_stm32_hash)
17
+#define CRYPTO_DEV_COMPAT st_stm32_hash
18
#else
19
#error "You need to enable one crypto device"
20
#endif
tests/crypto/crypto_hash/testcase.yaml
@@ -2,7 +2,9 @@ tests:
2
crypto.hash:
3
platform_allow:
4
- native_sim
5
+ - nucleo_u575zi_q
6
integration_platforms:
7
8
9
extra_args: EXTRA_CONF_FILE=prj_mtls_shim.conf
10
tags: crypto
0 commit comments