File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
- board_runner_args(nrfjprog "--nrf-family=NRF52" )
3
+ board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset" )
4
4
board_runner_args(jlink "--device=nrf52" "--speed=4000" )
5
5
include (${ZEPHYR_BASE} /boards/common/nrfjprog.board.cmake)
6
6
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake)
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
- board_runner_args(nrfjprog "--nrf-family=NRF52" )
3
+ board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset" )
4
4
board_runner_args(jlink "--device=nrf52" "--speed=4000" )
5
5
include (${ZEPHYR_BASE} /boards/common/nrfjprog.board.cmake)
6
6
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake)
You can’t perform that action at this time.
0 commit comments