boards: nxp: frdm_mcxn947: Add pyocd runner support

The Pyocd support added with
the NXP.MCXN947_DFP.17.0.0.pack CMSIS Pack.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2024-05-07 14:40:10 +02:00 committed by Anas Nashif
commit 5468569dab

View file

@ -23,6 +23,9 @@ else()
message(FATAL_ERROR "Support for cpu1 not available yet")
endif()
# Pyocd support added with the NXP.MCXN947_DFP.17.0.0.pack CMSIS Pack
board_runner_args(pyocd "--target=mcxn947")
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)