07a40cbbcf
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>
9 lines
307 B
CMake
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)
|