Skip to content

Commit 024c537

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

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

samples/bluetooth/direct_test_mode/sysbuild.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

6-
# Include app core image if enabled
7-
if(SB_CONFIG_SOC_NRF5340_CPUNET AND DEFINED SB_CONFIG_APPCORE_IMAGE_NAME)
8-
if("nrf21540ek" IN_LIST shield_list)
9-
add_overlay_dts(
10-
${SB_CONFIG_APPCORE_IMAGE_NAME}
11-
${CMAKE_CURRENT_LIST_DIR}/sysbuild/remote_shell/nrf21540ek.overlay)
12-
endif()
13-
endif()
14-
156
if(SB_CONFIG_DTM_NO_DFE)
167
add_overlay_dts(
178
direct_test_mode

samples/bluetooth/direct_test_mode/sysbuild/remote_shell/nrf21540ek.overlay

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

samples/bluetooth/direct_test_mode/sysbuild/remote_shell/pin_fwd.dts

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

0 commit comments

Comments
 (0)