2023-05-15 14:25:42 +07:00
|
|
|
set(MCU_VARIANT nrf52840)
|
|
|
|
|
|
|
|
function(update_board TARGET)
|
|
|
|
endfunction()
|
2025-01-16 10:46:37 +07:00
|
|
|
|
|
|
|
#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)
|