blob: 85314f3bc84d6e2ac46014254a90cde3319f5096 (
plain)
1
2
3
4
5
6
7
8
9
10
|
set(MCU_VARIANT nrf52840)
function(update_board TARGET)
endfunction()
#board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000")
#include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
#include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
#include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
#include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|