zephyr/boards/common/spi_burn.board.cmake
Alex Kolosov f59e9dd857 scripts: runners: improvements for spi_burn west runner
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>
2022-07-19 12:23:47 +00:00

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)