Skip to content

Commit 792838f

Browse files
ankunsnordicjm
authored andcommitted
samples: radio_test: remove special handling of nrf21540ek on nrf5340
Direct handling of pin forwarding for nrf21540ek on the nrf5340 in radio_test sample is not necessary and is removed. The pin forwarding on the nrf5340 is handled by the shield code. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent 20f055c commit 792838f

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

samples/peripheral/radio_test/sysbuild.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ if(SB_CONFIG_SOC_NRF5340_CPUNET AND NOT SB_CONFIG_BOARD_NRF7002DK)
2727
set_property(GLOBAL APPEND PROPERTY PM_CPUAPP_IMAGES "remote_shell")
2828
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUAPP "remote_shell")
2929
set(CPUAPP_PM_DOMAIN_DYNAMIC_PARTITION remote_shell CACHE INTERNAL "")
30-
31-
string(REPLACE " " ";" shield_list "${SHIELD}")
32-
if("nrf21540ek" IN_LIST shield_list)
33-
add_overlay_dts(
34-
remote_shell
35-
${CMAKE_CURRENT_LIST_DIR}/sysbuild/remote_shell/nrf21540ek.overlay)
36-
endif()
3730
endif()
3831

3932
set_property(GLOBAL PROPERTY PM_DOMAINS ${PM_DOMAINS})

samples/peripheral/radio_test/sysbuild/remote_shell/nrf21540ek.overlay

Lines changed: 0 additions & 7 deletions
This file was deleted.

samples/peripheral/radio_test/sysbuild/remote_shell/pin_fwd.dts

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)