mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:33:18 +00:00
Enable DT support in the pyOCD flasher, and turn it on in the build system. Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
4 lines
123 B
CMake
4 lines
123 B
CMake
set_ifndef(BOARD_FLASH_RUNNER pyocd)
|
|
set_ifndef(BOARD_DEBUG_RUNNER pyocd)
|
|
board_finalize_runner_args(pyocd "--dt-flash=y")
|