mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 06:19:24 +08:00
5064df210f
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2312 bbd45198-f89e-11dd-88c7-29a3b14d5316
15 lines
503 B
C
15 lines
503 B
C
/*
|
|
* This file is only used for doxygen document generation.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup 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.
|
|
*/
|