zephyr/boards/common/ezflashcli.board.cmake
Andrzej Kaczmarek 868acfd505 scripts: Add ezFlashCLI runner
This adds support for ezFlashCLI tool to allow flashing DA1469x MCU
family from Renesas.

The tool is available at https://github.com/ezflash/ezFlashCLI or can
be installed via pip.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
Signed-off-by: Ben Lauret <ben.lauret.wm@renesas.com>
2022-08-31 20:32:03 +02:00

5 lines
115 B
CMake

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