zephyr/boards
Alberto Escolar Piedras 48590fa89f nrf52_bsim: Fix: shell return code should be != 0 on ASSERT
When calling posix_print_error_and_exit()
a return != 0 was not provided to the shell
This was due to thee way the tracing functions call back
into the main app exit function, assuming that callback
will return.
But in the SOC_INF boards, that function does
not return, and the tracing functions never have the
chance to exit(!=0)
Fix it by calling posix_exit() in the wrap function instead.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-11-08 14:04:19 +01:00
..
arc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
arm board: reel_board: fix target name used for pyocd 2019-11-07 16:10:29 -06:00
common scripts: runners: add misc-flash runner 2019-11-06 17:31:53 -08:00
nios2 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
posix nrf52_bsim: Fix: shell return code should be != 0 on ASSERT 2019-11-08 14:04:19 +01:00
riscv doc: correct path to boards/riscv 2019-11-07 12:39:08 -06:00
shields shields: x_nucleo_iks01a1: Enable IRQ pin for LIS3MDL magn sensor 2019-11-06 17:10:49 +01:00
x86 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
xtensa kconfig: Clean up 'config FOO' (two spaces) definitions 2019-11-04 17:31:27 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
index.rst riscv32: rename to riscv 2019-08-02 13:54:48 -07:00
Kconfig kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00