Browse Source
Add support to debugging and flashing with the pyocd. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>pull/51556/head
3 changed files with 27 additions and 0 deletions
@ -1,4 +1,7 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") |
||||||
|
|
||||||
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) |
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) |
||||||
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) |
||||||
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake) |
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake) |
||||||
|
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in new issue