mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 18:02:15 +08:00
doxygen: re-org module groups (#10197)
Match the organization of modules (groups) with that of user guide. Preliminary arrangement. This patch is just a framework arrangement. Details need to be continued. P.S., in this patch, adding numerical prefixes to the files in documentation/0.doxygen is to meet the need of displaying sorting in HTML pages. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -295,7 +295,7 @@ The macro interface definitions used to implement the automatic initialization f
|
||||
|
||||
Initialization function actively declares through these macro interfaces, such as `INIT_BOARD_EXPORT(rt_hw_usart_init)`, the linker will automatically collect all the declared initialization functions, placed in the RTI symbol segment, the symbol segment is located in the RO segment of the memory distribution. All functions in this RTI symbol segment are automatically called when the system is initialized.
|
||||
|
||||
# RT-Thread Kernel Object Model
|
||||
@section section_kernel_object_model RT-Thread Kernel Object Model
|
||||
|
||||
## Static and Dynamic Objects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user