zephyr/boards/posix/nrf52_bsim/common
Alberto Escolar Piedras 0711a40cf7 boards nrf52_bsim: bstests: Use malloc safely
Use the wrapped version of the malloc function
which checks that malloc succeeded before continuing,
so in the unlikely case that we run out of memory
we handle it gracefully.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-09-12 09:23:34 +02:00
..
cmsis
README.txt
bsim_args_runner.c
bsim_args_runner.h
bstests.h
bstests_entry.c boards nrf52_bsim: bstests: Use malloc safely 2023-09-12 09:23:34 +02:00
cmdline.h
phy_sync_ctrl.c
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.