doc: move pinctrl to hardware support

Move pinctrl guides and APIs into hardware section.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-04-05 11:02:18 -04:00 committed by Carles Cufí
commit fdf3a430ad
9 changed files with 14 additions and 14 deletions

View file

@ -9,7 +9,6 @@ User and Developer Guides
coccinelle.rst
code-relocation.rst
flash_debug/index
pinctrl/index
emulator/index.rst
platformio/index.rst
portability/index.rst

View file

@ -8,3 +8,4 @@ Hardware Support
arch/index.rst
peripherals/index.rst
pinctrl/index.rst

View file

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Before After
Before After

View file

@ -488,6 +488,19 @@ The example below contains a complete example of a device driver that uses the
DT_INST_FOREACH_STATUS_OKAY(MYDEV_DEFINE)
.. _pinctrl_api:
Pin Control API
****************
.. doxygengroup:: pinctrl_interface
Dynamic pin control
====================
.. doxygengroup:: pinctrl_interface_dynamic
Other reference material
************************

View file

@ -11,7 +11,5 @@ API Reference
canbus/index.rst
misc/index
modbus/index.rst
pinctrl/index.rst
usb/index.rst
virtualization/index.rst

View file

@ -1,11 +0,0 @@
.. _pinctrl_api:
Pin Control
###########
.. doxygengroup:: pinctrl_interface
Dynamic pin control
*******************
.. doxygengroup:: pinctrl_interface_dynamic