Documentation/platforms/avr: move documents to fix table of contents

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>
This commit is contained in:
Kerogit 2025-05-13 23:29:36 +02:00 committed by Xiang Xiao
parent 6f22e249a4
commit 631732e647
4 changed files with 20 additions and 1 deletions

View file

@ -110,3 +110,11 @@ Supported Boards
boards/*/*
Other documents
===============
.. toctree::
:glob:
:maxdepth: 1
docs/*

View file

@ -8,4 +8,15 @@ The following AVR chips are supported:
:maxdepth: 1
:glob:
*/*
at32uc3/*
at90usb/*
atmega/*
avrdx/*
Other documents:
.. toctree::
:maxdepth: 1
:glob:
common/*