Skip to content

Commit

Permalink
samples: dtm: remove special handling of nrf21540ek on nrf5340
Browse files Browse the repository at this point in the history
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 <andrzej.kuros@nordicsemi.no>
  • Loading branch information
ankuns committed Nov 22, 2024
1 parent ecc5a10 commit 968879a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
9 changes: 0 additions & 9 deletions samples/bluetooth/direct_test_mode/sysbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause

# Include app core image if enabled
if(SB_CONFIG_SOC_NRF5340_CPUNET AND DEFINED SB_CONFIG_APPCORE_IMAGE_NAME)
if("nrf21540ek" IN_LIST shield_list)
add_overlay_dts(
${SB_CONFIG_APPCORE_IMAGE_NAME}
${CMAKE_CURRENT_LIST_DIR}/sysbuild/remote_shell/nrf21540ek.overlay)
endif()
endif()

if(SB_CONFIG_DTM_NO_DFE)
add_overlay_dts(
direct_test_mode
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 968879a

Please sign in to comment.