zephyr/boards/common/spi_burn.board.cmake
Alex Kolosov f374d6b1f1 scripts: runners: Add west flash command for B91 platform
This commit implements west flash command for Telink B91 platform.
west flash command uses ICEman and SPI burn from AndeSight for flashing.

Signed-off-by: Alex Kolosov <rikorsev@gmail.com>
2021-12-06 07:28:38 -05:00

5 lines
111 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_set_flasher_ifnset(spi_burn)
board_finalize_runner_args(spi_burn)