Files
rt-thread/components/drivers/include/drivers
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
..
2025-02-11 14:58:18 +08:00
2024-11-26 11:22:09 +08:00
2025-02-11 14:58:18 +08:00
2024-11-20 16:11:10 +08:00
2024-11-20 16:11:10 +08:00
2024-11-24 13:57:37 +08:00
2024-11-19 21:34:03 -05:00
2024-11-27 18:02:23 +08:00
2024-11-22 16:59:37 +08:00
2024-11-20 15:53:23 +08:00
2024-12-02 21:17:24 +08:00