zephyr/boards/common/misc.board.cmake
Martí Bolívar 07a40cbbcf scripts: runners: add misc-flash runner
Some boards require specific sequences of commands to run which aren't
generally useful for other boards. Add a catch-all runner to handle
these cases.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2019-11-06 17:31:53 -08:00

9 lines
307 B
CMake

# SPDX-License-Identifier: Apache-2.0
# Please use this sparingly and only when if your setup is exotic and
# you're willing to handle requests for help. E.g. your "board" is a
# core on a special-purpose SoC which requires a complicated script to
# network boot.
board_finalize_runner_args(misc-flasher)