fix(boards): Set nice!60 nRF subfamily for openocd (#816)
This commit is contained in:
parent
719b6aa0ae
commit
efcc49f23d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Copyright (c) 2021 Nick Winans
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set(OPENOCD_NRF5_SUBFAMILY nrf52)
|
||||
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
||||
|
|
Loading…
Reference in a new issue