mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 12:11:56 +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> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv32 | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |