2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-03-24 22:41:11 +08:00
|
|
|
board_runner_args(jlink "--device=nRF51822_xxAC" "--speed=4000")
|
2018-01-11 22:46:44 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
2023-03-07 18:09:55 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
|
2018-01-11 22:46:44 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
2019-11-01 23:08:28 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|