From f6d70bc8a2f814914f5ad43974a4f3162a050aae Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Thu, 30 Oct 2025 16:05:09 +0100 Subject: [PATCH 1/2] index: Fix grammar in intro Signed-off-by: Philip Molloy --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a48c7edf..e71ffa53 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,9 +7,9 @@ System Level Documentation `wiki `_ has been imported yet. -This docs provides developers using Analog Devices products with software and -documentation, including HDL interface code, software drivers, and reference -project examples for FPGA connectivity. +The System Level documentation provides developers using Analog Devices +products with software and documentation, including HDL interface code, +software drivers, and reference project examples for FPGA connectivity. It also contains user guides for some Analog Devices evaluation boards to help developers get up and running fast. From 25535a91fc99425d8b2a014f81ef63546757dcd5 Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Thu, 30 Oct 2025 16:18:22 +0100 Subject: [PATCH 2/2] products/adsp: Initialize page with list of chips Signed-off-by: Philip Molloy --- .../config/vocabularies/Base/accept.txt | 2 + docs/index.rst | 9 ++++- docs/products/adsp/index.rst | 38 +++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 docs/products/adsp/index.rst diff --git a/.github/styles/config/vocabularies/Base/accept.txt b/.github/styles/config/vocabularies/Base/accept.txt index b9279dab..d932961a 100644 --- a/.github/styles/config/vocabularies/Base/accept.txt +++ b/.github/styles/config/vocabularies/Base/accept.txt @@ -39,6 +39,7 @@ Pmod(s)? [Dd]efconfig [Ss]etpoint [Pp]assthrough +[Bb]aremetal Tx Rx @@ -83,5 +84,6 @@ kbps is rated is kept are highlighted +are prefixed be adjusted in order to diff --git a/docs/index.rst b/docs/index.rst index e71ffa53..2655da7c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,13 @@ developers get up and running fast. Contents ------------------------------------------------------------------------------- +.. toctree:: + :caption: Product Categories + :maxdepth: 2 + :glob: + + products/*/index + .. toctree:: :caption: Kuiper & Linux Kernel :maxdepth: 2 @@ -31,7 +38,7 @@ Contents software/*/index .. toctree:: - :caption: Products & Tools + :caption: Devices :maxdepth: 2 :glob: diff --git a/docs/products/adsp/index.rst b/docs/products/adsp/index.rst new file mode 100644 index 00000000..ebeff5b9 --- /dev/null +++ b/docs/products/adsp/index.rst @@ -0,0 +1,38 @@ +.. _adsp: + +Digital Signal Processors (ADSP) +================================ + +ADI has a large portfolio of :adi:`Digital Signal Processors ` +(see :adi:`Selection Table for Digital Signal Processors `). +A subset of those processors include ARM Cortex cores and are prefixed with SC +for "SHARC Connect". They can run baremetal applications, an RTOS or Linux. +Cortex-M33 models are appropriate for a baremetal application or an RTOS, while +Cortex-A5 and Cortex-A55 can also run 32-bit or 64-bit Linux respectively. + +Cortex-M33 +---------- + +- :adi:`ADSP-SC834 ` +- :adi:`ADSP-SC835 ` + +Cortex-A5 +--------- + +- :adi:`ADSP-SC570 ` +- :adi:`ADSP-SC571 ` +- :adi:`ADSP-SC572 ` +- :adi:`ADSP-SC573 ` +- :adi:`ADSP-SC582 ` +- :adi:`ADSP-SC583 ` +- :adi:`ADSP-SC584 ` +- :adi:`ADSP-SC587 ` +- :adi:`ADSP-SC589 ` +- :adi:`ADSP-SC592 ` +- :adi:`ADSP-SC594 ` + +Cortex-A55 +---------- + +- :adi:`ADSP-SC596 ` +- :adi:`ADSP-SC598 `