xref: /nrf52832-nimble/rt-thread/documentation/doxygen/module.h (revision 167494296f0543431a51b6b1b83e957045294e05)
1 /*
2  * This file is only used for doxygen document generation.
3  */
4 
5 /**
6  * @defgroup Module Application Module
7  *
8  * @brief Application Module is a feature let user to execute application in RT-Thread RTOS.
9  *
10  * Application Module is implemented as dynamic object loader, but it can handle
11  * the dependences relationship between application and dynamic library, moreover,
12  * it also can handle the kernel object destroy and memory release issue when application
13  * (abnormally) exit.
14  */
15