rt-thread/components
Chen Wang a3339ca734 doxygen: change group_Drivers to group_device_driver
The originally defined "group_Drivers" should actually
be part of the device-driver component, so
"group_Drivers" is renamed to "group_device_driver".

In this way, the original "group_Device" and
"group_Drivers" are merged into "group_device_driver".

Adjusted the writing method of doxygen comments in the
driver code to be unified as follows:

```c
* @defgroup group_XXX XXX
* @brief xxxxxx
* @ingroup group_device_driver
```

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-05-29 13:47:46 +08:00
..
dfs [dfs] enable procfs and tempfs in default when using smart; fix LWIP_ROUTE warning issue. 2025-05-20 17:27:55 +08:00
drivers doxygen: change group_Drivers to group_device_driver 2025-05-29 13:47:46 +08:00
fal [fal/sample] readme 添加 (#10175) 2025-04-11 17:34:36 +08:00
finsh Update shell.c 2025-05-21 13:24:36 +08:00
legacy 🚚 renaming: move `smp` to `smp_call` 2024-11-03 10:08:45 +08:00
libc fix dangling pointer in component pthread and dfs_elm (#9976) 2025-03-11 10:48:29 +08:00
lwp [smart] Fix parameter issue when calling the __arch_get_hw_counter function. 2025-05-19 18:29:26 +08:00
mm [mm]修复unmap内存时遗漏刷新地址转换表的问题,避免dcache(PIPT)出错 2025-03-10 22:32:32 +08:00
mprotect 实现MPU抽象层 (#8080) 2023-10-30 08:24:55 -04:00
net [drivers][serial_v2]允许阻塞接收超过rx缓冲区大小的数据、增加超时时间、flush、获取缓冲区数据长度命令、数据溢出逻辑修复、稳定性细节优化、添加更多serial_v2测试用例 2025-05-16 09:42:11 +08:00
utilities [building] rename the group name: LIBADT to Utilities. (#10267) 2025-05-16 07:31:18 +08:00
vbus 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
Kconfig feat: improve Kconfig structure on MM 2025-02-25 11:26:30 +08:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00