boards nrf_bsim: Set native_gdb as debug runner
Set native_gdb as the runner for the debug build target Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
9ce33d7512
commit
b1515ac364
|
@ -1,3 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set(SUPPORTED_EMU_PLATFORMS native)
|
||||
|
||||
board_set_debugger_ifnset(native_gdb)
|
||||
board_finalize_runner_args(native_gdb)
|
||||
|
|
Loading…
Reference in a new issue