rt-thread/components/drivers/include
Chen Wang 7b88658802 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-30 14:06:30 +08:00
..
drivers doxygen: change group_Drivers to group_device_driver 2025-05-30 14:06:30 +08:00
dt-bindings [DM/FEATURE] Support thermal 2024-12-02 21:17:24 +08:00
ipc [ipc/workqueue.c] delete timer, using list. 2025-01-02 14:54:53 +08:00
rtdevice.h [serial] add bypass testcase in utest 2024-12-17 11:08:14 +08:00