zephyr/arch
Alberto Escolar Piedras 15d847add8 native: Add NATIVE_EXIT_TASK hooks
Some of the native application components or drivers need to
do a proper cleanup before the executable exits.
So we provide a macro similar to SYS_INIT but which will be
called just before exiting.
This can be used for freeing up resources, closing descriptors,
or doing any neccessary signaling to any other host process.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-07-18 15:43:12 -04:00
..
arc arch: arc: add nsim support in soc 2018-07-10 19:05:13 -04:00
arm arch: Add support for i.MX PWM 2018-07-17 16:08:22 -05:00
common
nios2 cmake: LD: Specify the entry point in the linker scripts 2018-07-03 17:18:14 -04:00
posix native: Add NATIVE_EXIT_TASK hooks 2018-07-18 15:43:12 -04:00
riscv32 cmake: LD: Specify the entry point in the linker scripts 2018-07-03 17:18:14 -04:00
x86 board: quark_se_c1000: Add default setting for cc2520 radio 2018-07-18 08:23:00 -04:00
xtensa esp32: include register headers in soc.h 2018-07-16 19:00:32 -04:00
CMakeLists.txt
Kconfig