975a79f6a7
A follow-up to #44181, this time fixing the pyocd target parameters to match the actual hardware on the board. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
5 lines
140 B
CMake
5 lines
140 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(pyocd "--target=nrf52832")
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|