Skip to content

Commit fdf3a43

Browse files
nashifcarlescufi
authored andcommitted
doc: move pinctrl to hardware support
Move pinctrl guides and APIs into hardware section. Signed-off-by: Anas Nashif <[email protected]>
1 parent df033b2 commit fdf3a43

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

doc/guides/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ User and Developer Guides
99
coccinelle.rst
1010
code-relocation.rst
1111
flash_debug/index
12-
pinctrl/index
1312
emulator/index.rst
1413
platformio/index.rst
1514
portability/index.rst

doc/hardware/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Hardware Support
88

99
arch/index.rst
1010
peripherals/index.rst
11+
pinctrl/index.rst

doc/guides/pinctrl/index.rst renamed to doc/hardware/pinctrl/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,19 @@ The example below contains a complete example of a device driver that uses the
488488
489489
DT_INST_FOREACH_STATUS_OKAY(MYDEV_DEFINE)
490490
491+
.. _pinctrl_api:
492+
493+
Pin Control API
494+
****************
495+
496+
.. doxygengroup:: pinctrl_interface
497+
498+
Dynamic pin control
499+
====================
500+
501+
.. doxygengroup:: pinctrl_interface_dynamic
502+
503+
491504
Other reference material
492505
************************
493506

doc/reference/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ API Reference
1111
canbus/index.rst
1212
misc/index
1313
modbus/index.rst
14-
15-
pinctrl/index.rst
1614
usb/index.rst
1715
virtualization/index.rst

doc/reference/pinctrl/index.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)