fix(boards): Set nice!60 nRF subfamily for openocd

This commit is contained in:
Nick Winans 2021-06-03 23:26:29 -05:00
parent 719b6aa0ae
commit ba17dae494

View file

@ -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)