be60134421
Add 'west flash' support which in the case of native_sim just start the built application. Reuse existing runner and rename it to be more generic as it does more than just debugging now. Also add debugserver command. Fixes #36706 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
224 B
CMake
9 lines
224 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
|
|
set(SUPPORTED_EMU_PLATFORMS native)
|
|
|
|
board_set_debugger_ifnset(native)
|
|
board_set_flasher_ifnset(native)
|
|
board_finalize_runner_args(native)
|