diff options
| author | robert-hh <robert@hammelrath.com> | 2022-06-20 14:02:30 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-10-26 23:39:35 +1100 |
| commit | 11910e2fa1c8f5dc76cbc90598ff81526d1f6312 (patch) | |
| tree | cc3c091082f9c5719a026de304860558a2ca93f9 /docs/templates | |
| parent | 64af916c111b61bce82c00f356a6b1cb81946d87 (diff) | |
docs/samd: Add documentation for the samd port.
Includes a general overview, a quickref, pinout tables, and the beginnings
of a tutorial.
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/topindex.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html index 4e163b6ef..e3bcd7cce 100644 --- a/docs/templates/topindex.html +++ b/docs/templates/topindex.html @@ -81,6 +81,10 @@ <a class="biglink" href="{{ pathto("renesas-ra/quickref") }}">Quick reference for the Renesas RA</a><br/> <span class="linkdescr">general information for Renesas RA based boards, snippets of useful code, and a tutorial</span> </p> + <p class="biglink"> + <a class="biglink" href="{{ pathto("samd/quickref") }}">Quick reference for the SAMD21/SAMD51</a><br/> + <span class="linkdescr">general information for SAMD21/SAMD51 based boards, snippets of useful code, and a tutorial</span> + </p> </td> </tr></table> |
