mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 20:07:23 +00:00
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> |
||
---|---|---|
.. | ||
arch.h | ||
asm_inline_gcc.h | ||
asm_inline.h | ||
linker.ld |