boards: numaker_pfm_m467: change default runner to pyocd
PyOCD is preferred for better support. Signed-off-by: Chun-Chieh Li <ccli8@nuvoton.com>
This commit is contained in:
parent
55c14e6fa6
commit
e9dc52c905
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
board_runner_args(pyocd "--target=m467hjhae")
|
||||
board_runner_args(nulink "-f")
|
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/nulink.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
||||
|
|
|
|||
Loading…
Reference in a new issue