We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a50c1 commit 90f02beCopy full SHA for 90f02be
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(raspberrypi_pico_sha256)
17
+#define CRYPTO_DEV_COMPAT raspberrypi_pico_sha256
18
#else
19
#error "You need to enable one crypto device"
20
#endif
tests/crypto/crypto_hash/testcase.yaml
@@ -2,6 +2,7 @@ tests:
2
crypto.hash:
3
platform_allow:
4
- native_sim
5
+ - rpi_pico2/rp2350a/m33
6
integration_platforms:
7
8
extra_args: EXTRA_CONF_FILE=prj_mtls_shim.conf
0 commit comments