mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:22:36 +00:00
Following changes has been made by this commit: - fix issue when a binary is not able to be found by relative path - implement "west debug" command - implement --dt-flash option Signed-off-by: Alex Kolosov <rikorsev@gmail.com>
6 lines
147 B
CMake
6 lines
147 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_flasher_ifnset(spi_burn)
|
|
board_set_debugger_ifnset(spi_burn)
|
|
board_finalize_runner_args(spi_burn)
|