Files
rt-thread/documentation/INDEX.md
Chen Wang 55428e4393 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>
2025-04-18 10:44:43 +08:00

1.0 KiB

@mainpage RT-Thread User Guide

@subpage page_introduction

@subpage page_quick_start

@subpage page_kernel_core

  • @ref page_kernel_basics
  • @ref page_thread_management
  • @ref page_clock_management
  • @ref page_thread_sync
  • @ref page_thread_comm
  • @ref page_memory_management
  • @ref page_interrupt_management
  • @ref page_kernel_porting

@subpage page_tool

  • @ref page_env
  • @ref page_scons

@subpage page_device

  • @ref page_device_framework
  • @ref page_device_pin
  • @ref page_device_uart
  • @ref page_device_adc
  • @ref page_device_i2c
  • @ref page_device_spi
  • @ref page_device_pwm
  • @ref page_device_rtc
  • @ref page_device_hwtimer
  • @ref page_device_watchdog
  • @ref page_device_wlan
  • @ref page_device_sensor

@subpage page_components

  • @ref page_component_finsh
  • @ref page_component_vfs
  • @ref page_component_utest
  • @ref page_component_dlmodule
  • @ref page_component_sal
  • @ref page_component_at
  • @ref page_component_posix
  • @ref page_component_ulog
  • @ref page_component_pm
  • @ref page_component_network

@subpage page_code_contribution