zephyr/boards/common/mdb-nsim.board.cmake
Eugeniy Paltsev 91d7ec5a35 ARC: west: split mdb runner for mdb-hw & mdb-nsim runners
mdb runner is quite special as it can be used to run Zephyr on
both simulator (nSIM) and real hardware.
However it is really misleading as same command (west flash)
will run Zephyr in simulation for one board and try to run it
on HW for another board. Things are getting worse for boards
supporting both runs in simulation and on real hardware.

Let's split mdb runner for mdb-hw (for runs on HW) and mdb-nsim
(for runs in simulation) runners.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-11-11 08:18:38 -05:00

6 lines
147 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_set_flasher_ifnset(mdb-nsim)
board_set_debugger_ifnset(mdb-nsim)
board_finalize_runner_args(mdb-nsim)