zephyr/boards/arm/v2m_beetle/board.cmake
Marti Bolivar 35d4e62300 boards: allow cmake-time overrides of all runners
Convert all board_set_xxer(foo) calls to board_set_xxer_ifndef(foo),
which allows the user to make their own decision at CMake time.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
2019-06-07 13:43:51 +02:00

4 lines
74 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_set_debugger_ifnset(openocd)