The document context-switch-notes.rst was leaking into "Supported Platforms" table of contents. To fix this, it was moved to separate common directory and referenced from AVR index.rst Similar to that, the gpio_intr_mux.rst document was leaking into list of supported AVR families. This too was fixed by moving it to separate docs directory. The change was tested by building the Documentation using make html Signed-off-by: Kerogit <kr.git@kerogit.eu>
22 lines
243 B
ReStructuredText
22 lines
243 B
ReStructuredText
=============
|
|
Microchip AVR
|
|
=============
|
|
|
|
The following AVR chips are supported:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
at32uc3/*
|
|
at90usb/*
|
|
atmega/*
|
|
avrdx/*
|
|
|
|
Other documents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
common/*
|