Skip to content

Commit 74f0e70

Browse files
committed
sample: crypto: psa_tls: Add legacy support for nRF54H20 using oberon
-Extend the psa_tls sample.yaml to include build-targets for nRF54H20 devices for CPUAPP and CPURAD that will enable legacy crypto support for TLS and DTLS for ECDSA ciphersuites using the nrf_oberon library. This addition is used both for server and client side. Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent a4a0760 commit 74f0e70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

samples/crypto/psa_tls/sample.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,11 +654,15 @@ tests:
654654
- nrf9160dk/nrf9160
655655
- nrf5340dk/nrf5340/cpuapp
656656
- nrf9151dk/nrf9151
657+
- nrf54h20dk/nrf54h20/cpuapp
658+
- nrf54h20dk/nrf54h20/cpurad
657659
integration_platforms:
658660
- nrf52840dk/nrf52840
659661
- nrf5340dk/nrf5340/cpuapp
660662
- nrf9160dk/nrf9160
661663
- nrf9151dk/nrf9151
664+
- nrf54h20dk/nrf54h20/cpuapp
665+
- nrf54h20dk/nrf54h20/cpurad
662666
tags:
663667
- ci_build
664668
- legacy
@@ -674,11 +678,15 @@ tests:
674678
- nrf9160dk/nrf9160
675679
- nrf5340dk/nrf5340/cpuapp
676680
- nrf9151dk/nrf9151
681+
- nrf54h20dk/nrf54h20/cpuapp
682+
- nrf54h20dk/nrf54h20/cpurad
677683
integration_platforms:
678684
- nrf52840dk/nrf52840
679685
- nrf5340dk/nrf5340/cpuapp
680686
- nrf9160dk/nrf9160
681687
- nrf9151dk/nrf9151
688+
- nrf54h20dk/nrf54h20/cpuapp
689+
- nrf54h20dk/nrf54h20/cpurad
682690
tags:
683691
- ci_build
684692
- legacy

0 commit comments

Comments
 (0)