5 lines
211 B
CMake
5 lines
211 B
CMake
|
board_runner_args(pyocd "--target=nrf52")
|
||
|
board_runner_args(jlink "--device=nrf52" "--speed=4000")
|
||
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
||
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|