mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: create a category for miscellaneous drivers
A documentation category for drivers that do not fit in any other driver category is added.
This commit is contained in:
parent
244c7da050
commit
918b3517a7
@ -51,13 +51,13 @@
|
||||
* @brief Drivers for display devices
|
||||
*/
|
||||
|
||||
/**
|
||||
/**
|
||||
* @defgroup drivers_soft_periph Soft Peripheral Driver Interface
|
||||
* @ingroup drivers
|
||||
* @brief Software emulated @ref drivers_periph for UART, SPI, etc
|
||||
*/
|
||||
|
||||
/**
|
||||
/**
|
||||
* @defgroup drivers_power Power Supply Drivers
|
||||
* @ingroup drivers
|
||||
* @brief Drivers for power supply devices
|
||||
@ -65,3 +65,10 @@
|
||||
* The group of power supply drivers indludes all kinds of AC/DC, DC/DC supply devices
|
||||
* or charger ICs which can be controlled from the host e.g by config pin settings or by bus.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup drivers_misc Miscellaneous Drivers
|
||||
* @ingroup drivers
|
||||
* @brief Drivers for different kinds of devices that do not match any
|
||||
* other category
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user