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:
parent
df033b28de
commit
fdf3a430ad
9 changed files with 14 additions and 14 deletions
|
@ -9,7 +9,6 @@ User and Developer Guides
|
||||||
coccinelle.rst
|
coccinelle.rst
|
||||||
code-relocation.rst
|
code-relocation.rst
|
||||||
flash_debug/index
|
flash_debug/index
|
||||||
pinctrl/index
|
|
||||||
emulator/index.rst
|
emulator/index.rst
|
||||||
platformio/index.rst
|
platformio/index.rst
|
||||||
portability/index.rst
|
portability/index.rst
|
||||||
|
|
|
@ -8,3 +8,4 @@ Hardware Support
|
||||||
|
|
||||||
arch/index.rst
|
arch/index.rst
|
||||||
peripherals/index.rst
|
peripherals/index.rst
|
||||||
|
pinctrl/index.rst
|
||||||
|
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
@ -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)
|
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
|
Other reference material
|
||||||
************************
|
************************
|
||||||
|
|
|
@ -11,7 +11,5 @@ API Reference
|
||||||
canbus/index.rst
|
canbus/index.rst
|
||||||
misc/index
|
misc/index
|
||||||
modbus/index.rst
|
modbus/index.rst
|
||||||
|
|
||||||
pinctrl/index.rst
|
|
||||||
usb/index.rst
|
usb/index.rst
|
||||||
virtualization/index.rst
|
virtualization/index.rst
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
.. _pinctrl_api:
|
|
||||||
|
|
||||||
Pin Control
|
|
||||||
###########
|
|
||||||
|
|
||||||
.. doxygengroup:: pinctrl_interface
|
|
||||||
|
|
||||||
Dynamic pin control
|
|
||||||
*******************
|
|
||||||
|
|
||||||
.. doxygengroup:: pinctrl_interface_dynamic
|
|
Loading…
Add table
Add a link
Reference in a new issue