zephyr/boards/posix/nrf_bsim/common
Alberto Escolar Piedras 9d267b91e2 boards native: Add extra arguments through kconfig
Add a new way of passing extra command line arguments
to native simulator based boards using kconfig.
If this new kconfig option is set, its content will be treated
as extra command line arguments/options which will
be parsed before the other command line options.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-19 10:33:30 +01:00
..
cmsis
README.txt
bsim_args_runner.c boards native: Add extra arguments through kconfig 2024-01-19 10:33:30 +01:00
bsim_args_runner.h
bsim_extra_cpu_if_stubs.c
bstests.h
bstests_entry.c bsim tests: Fix incorrect libC free call from bstests 2023-10-20 15:20:32 -05:00
cmdline.h
phy_sync_ctrl.c nrf_bsim: Only connect once to Bsim Phy 2023-10-24 15:26:10 +02:00
phy_sync_ctrl.h
posix_arch_if.c
runner_hooks.c
trace_hook.c

README.txt

This folder contains components that could be
common & reused between several babblesim boards.
As at this point there is only one bsim board
in tree, this folder is kept inside it.