devicetree.h: sort sub-includes and API docs for them
Trivial cleanup: sort the devicetree/foo.h includes and the relevant sections for them in the documentation. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
6c2451c5c0
commit
413e16d7bf
2 changed files with 8 additions and 8 deletions
|
@ -79,6 +79,12 @@ ADC
|
||||||
.. doxygengroup:: devicetree-adc
|
.. doxygengroup:: devicetree-adc
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
|
|
||||||
|
Clocks
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygengroup:: devicetree-clocks
|
||||||
|
:project: Zephyr
|
||||||
|
|
||||||
GPIO
|
GPIO
|
||||||
====
|
====
|
||||||
|
|
||||||
|
@ -90,9 +96,3 @@ SPI
|
||||||
|
|
||||||
.. doxygengroup:: devicetree-spi
|
.. doxygengroup:: devicetree-spi
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
|
|
||||||
Clocks
|
|
||||||
======
|
|
||||||
|
|
||||||
.. doxygengroup:: devicetree-clocks
|
|
||||||
:project: Zephyr
|
|
||||||
|
|
|
@ -1429,10 +1429,10 @@
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <devicetree/gpio.h>
|
|
||||||
#include <devicetree/spi.h>
|
|
||||||
#include <devicetree/adc.h>
|
#include <devicetree/adc.h>
|
||||||
#include <devicetree/clocks.h>
|
#include <devicetree/clocks.h>
|
||||||
|
#include <devicetree/gpio.h>
|
||||||
|
#include <devicetree/spi.h>
|
||||||
|
|
||||||
/** @internal pay no attention to the man behind the curtain! */
|
/** @internal pay no attention to the man behind the curtain! */
|
||||||
#define DT_PATH_INTERNAL(...) \
|
#define DT_PATH_INTERNAL(...) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue