doc: create new Hardware Support section

Add new hardware section and move all related content from old
structure.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-04-05 10:58:04 -04:00 committed by Carles Cufí
commit df033b28de
49 changed files with 16 additions and 9 deletions

View file

@ -6,7 +6,6 @@ User and Developer Guides
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
arch/index.rst
coccinelle.rst coccinelle.rst
code-relocation.rst code-relocation.rst
flash_debug/index flash_debug/index

10
doc/hardware/index.rst Normal file
View file

@ -0,0 +1,10 @@
.. _hardware_support:
Hardware Support
################
.. toctree::
:maxdepth: 1
arch/index.rst
peripherals/index.rst

View file

@ -7,11 +7,14 @@ Peripherals
:maxdepth: 1 :maxdepth: 1
adc.rst adc.rst
audio/index.rst
counter.rst counter.rst
clock_control.rst clock_control.rst
dac.rst dac.rst
display/index.rst
dma.rst dma.rst
ec_host_cmd_periph.rst ec_host_cmd_periph.rst
edac/index.rst
eeprom.rst eeprom.rst
entropy.rst entropy.rst
flash.rst flash.rst

View file

@ -21,6 +21,7 @@ Zephyr Project Documentation
services/index.rst services/index.rst
reference/index.rst reference/index.rst
guides/index.rst guides/index.rst
hardware/index.rst
security/index.rst security/index.rst
contribute/index.rst contribute/index.rst
project/index.rst project/index.rst

View file

@ -109,6 +109,7 @@ Sections
services/index.rst services/index.rst
reference/index.rst reference/index.rst
guides/index.rst guides/index.rst
hardware/index.rst
security/index.rst security/index.rst
contribute/index.rst contribute/index.rst
project/index.rst project/index.rst

View file

@ -8,17 +8,10 @@ API Reference
:maxdepth: 2 :maxdepth: 2
api/index.rst api/index.rst
audio/index.rst
canbus/index.rst canbus/index.rst
display/index.rst
edac/index.rst
iterable_sections/index.rst
libc/index.rst
misc/index misc/index
modbus/index.rst modbus/index.rst
peripherals/index.rst
pinctrl/index.rst pinctrl/index.rst
storage/index.rst
task_wdt/index.rst
usb/index.rst usb/index.rst
virtualization/index.rst virtualization/index.rst