We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee9555 commit 19c04b7Copy full SHA for 19c04b7
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
0 commit comments