Skip to content

Commit c998764

Browse files
pamolloygastmaier
authored andcommitted
products/adsp: Initialize page with list of chips
Signed-off-by: Philip Molloy <[email protected]>
1 parent d13df8c commit c998764

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.github/styles/config/vocabularies/Base/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Pmod(s)?
3939
[Dd]efconfig
4040
[Ss]etpoint
4141
[Pp]assthrough
42+
[Bb]aremetal
4243

4344
Tx
4445
Rx
@@ -83,5 +84,6 @@ kbps
8384
is rated
8485
is kept
8586
are highlighted
87+
are prefixed
8688
be adjusted
8789
in order to

docs/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ developers get up and running fast.
1616
Contents
1717
-------------------------------------------------------------------------------
1818

19+
.. toctree::
20+
:caption: Product Categories
21+
:maxdepth: 2
22+
:glob:
23+
24+
products/*/index
25+
1926
.. toctree::
2027
:caption: Kuiper & Linux Kernel
2128
:maxdepth: 2
@@ -31,7 +38,7 @@ Contents
3138
software/*/index
3239

3340
.. toctree::
34-
:caption: Products & Tools
41+
:caption: Devices
3542
:maxdepth: 2
3643
:glob:
3744

docs/products/adsp/index.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. _adsp:
2+
3+
Digital Signal Processors (ADSP)
4+
================================
5+
6+
ADI has a large portfolio of :adi:`Digital Signal Processors <en/product-category/dsp.html>`
7+
(see :adi:`Selection Table for Digital Signal Processors <en/parametricsearch/3020#/>`).
8+
A subset of those processors include ARM Cortex cores and are prefixed with SC
9+
for "SHARC Connect". They can run baremetal applications, an RTOS or Linux.
10+
Cortex-M33 models are appropriate for a baremetal application or an RTOS, while
11+
Cortex-A5 and Cortex-A55 can also run 32-bit or 64-bit Linux respectively.
12+
13+
Cortex-M33
14+
----------
15+
16+
- :adi:`ADSP-SC834 <en/products/ADSP-SC834.html>`
17+
- :adi:`ADSP-SC835 <en/products/ADSP-SC835.html>`
18+
19+
Cortex-A5
20+
---------
21+
22+
- :adi:`ADSP-SC570 <en/products/ADSP-SC570.html>`
23+
- :adi:`ADSP-SC571 <en/products/ADSP-SC571.html>`
24+
- :adi:`ADSP-SC572 <en/products/ADSP-SC572.html>`
25+
- :adi:`ADSP-SC573 <en/products/ADSP-SC573.html>`
26+
- :adi:`ADSP-SC582 <en/products/ADSP-SC582.html>`
27+
- :adi:`ADSP-SC583 <en/products/ADSP-SC583.html>`
28+
- :adi:`ADSP-SC584 <en/products/ADSP-SC584.html>`
29+
- :adi:`ADSP-SC587 <en/products/ADSP-SC587.html>`
30+
- :adi:`ADSP-SC589 <en/products/ADSP-SC589.html>`
31+
- :adi:`ADSP-SC592 <en/products/ADSP-SC592.html>`
32+
- :adi:`ADSP-SC594 <en/products/ADSP-SC594.html>`
33+
34+
Cortex-A55
35+
----------
36+
37+
- :adi:`ADSP-SC596 <en/products/ADSP-SC596.html>`
38+
- :adi:`ADSP-SC598 <en/products/ADSP-SC598.html>`

0 commit comments

Comments
 (0)