Files
stm32f4_rtt_5.2.0/RT_Thread/documentation/0.doxygen/module.h
2025-06-19 21:57:12 +08:00

15 lines
495 B
C

/*
* This file is only used for doxygen document generation.
*/
/**
* @defgroup group_Module Application Module
*
* @brief Application Module is a feature let user to execute application in RT-Thread RTOS.
*
* Application Module is implemented as dynamic object loader, but it can handle
* the dependences relationship between application and dynamic library, moreover,
* it also can handle the kernel object destroy and memory release issue when application
* (abnormally) exit.
*/