mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:46:29 +00:00
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>
7 lines
220 B
CMake
7 lines
220 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# TODO: can this board just use the usual openocd runner?
|
|
board_set_flasher_ifnset(em-starterkit)
|
|
board_set_debugger_ifnset(em-starterkit)
|
|
board_finalize_runner_args(em-starterkit)
|