diff --git a/source/index.rst b/source/index.rst index 278e098f..4acec4f7 100644 --- a/source/index.rst +++ b/source/index.rst @@ -46,7 +46,15 @@ Documentation Overview :name: sec-user-guide user-guide/index - + +.. toctree:: + :maxdepth: 2 + :glob: + :caption: Partners + :name: partners + + partners/index + .. toctree:: :maxdepth: 2 :caption: Reference Manual diff --git a/source/partners/index.rst b/source/partners/index.rst new file mode 100644 index 00000000..c6d7312c --- /dev/null +++ b/source/partners/index.rst @@ -0,0 +1,76 @@ +Partners +======== + + +Featured +======== + +.. grid:: + + .. grid-item-card:: UnoQ + :link: `gs-arduino-uno-q` + :link-alt: UnoQ Machine Control Board for Arduino Uno + + The Arduino UNO Q is a single-board computer based on the Qualcomm Dragonwing™ QRB2210 System-on-Chip + (SoC) / Microprocessor (MPU), running a full Debian-based Linux environment. + It is paired with a dedicated STM32U585 Microcontroller (MCU) that allows for running Arduino sketches over Zephyr OS. + + Available with 2GB RAM and 16GB built-in eMMC storage. + + .. figure:: /_static/getting-started/arduino-uno-q/005_ARDUINO_UNO-Q_Front_500x386.png + :width: 300 + :align: center + :alt: Arduino UNO Q + :class: dark-light + + Arduino UNO Q + + :bdg-primary:`featured` + +NXP +=== + +.. grid:: + + .. grid-item-card:: NXP imx8M Mini + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. + + .. grid-item-card:: NXP imx8M Nano + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. + + + .. grid-item-card:: NXP imx8M Plus + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. + +Qualcomm +======== + +.. grid:: + + .. grid-item-card:: Qualcomm One1 + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For One1 machine. + + .. grid-item-card:: Qualcomm Two2 + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For Two2 machine. + + + .. grid-item-card:: Qualcomm Three3 + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For Three3 machine. + + + .. grid-item-card:: Qualcomm Four4 + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For Four4 machine. \ No newline at end of file