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:
parent
37ac93b555
commit
5468569dab
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue