Skip to content

Commit 90f02be

Browse files
committed
tests: crypto: crypto_hash: Add rpi_pico2 to test target
Add rpi_pico2 to the crypto_hash test target. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent f7a50c1 commit 90f02be

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/crypto/crypto_hash/src/main.c

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#define CRYPTO_DRV_NAME CONFIG_CRYPTO_MBEDTLS_SHIM_DRV_NAME
1414
#elif DT_HAS_COMPAT_STATUS_OKAY(renesas_smartbond_crypto)
1515
#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
1618
#else
1719
#error "You need to enable one crypto device"
1820
#endif

tests/crypto/crypto_hash/testcase.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ tests:
22
crypto.hash:
33
platform_allow:
44
- native_sim
5+
- rpi_pico2/rp2350a/m33
56
integration_platforms:
67
- native_sim
78
extra_args: EXTRA_CONF_FILE=prj_mtls_shim.conf

0 commit comments

Comments
 (0)