We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a984b9 commit 1b3b3f2Copy full SHA for 1b3b3f2
boards/nordic/nrf54l15dk/board.cmake
@@ -18,5 +18,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
18
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
19
endif()
20
21
+include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
22
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
23
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
0 commit comments