Skip to content

Commit 787e245

Browse files
ananglfabiobaltieri
authored andcommitted
tests: Replace nRF54H20 PDK with nRF54H20 DK
nRF54H20 PDK is superseded by nRF54H20 DK and will no longer be supported. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 3a6fadf commit 787e245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/lib/cpp/cxx/testcase.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ tests:
3737
# Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98.
3838
platform_exclude:
3939
- nrf54l15pdk/nrf54l15/cpuapp
40-
- nrf54h20pdk/nrf54h20/cpuapp
41-
- nrf54h20pdk/nrf54h20/cpurad
40+
- nrf54h20dk/nrf54h20/cpuapp
41+
- nrf54h20dk/nrf54h20/cpurad
4242
build_only: true
4343
extra_configs:
4444
- CONFIG_STD_CPP98=y

0 commit comments

Comments
 (0)