boards: numaker_pfm_m467: remove unsupported runners nulink and canopen

Remove nulink and canopen for unsupported

Signed-off-by: Chun-Chieh Li <ccli8@nuvoton.com>
This commit is contained in:
Chun-Chieh Li 2024-03-20 17:56:23 +08:00 committed by Anas Nashif
parent e9dc52c905
commit d1a468bac9

View file

@ -1,9 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
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)