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:
Chun-Chieh Li 2024-03-20 15:33:56 +08:00 committed by Anas Nashif
parent 55c14e6fa6
commit e9dc52c905

View file

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