summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMatt Trentini <matthew.trentini@planetinnovation.com.au>2021-05-23 17:20:43 +1000
committerDamien George <damien@micropython.org>2021-05-30 22:31:34 +1000
commita6a8941d84a4d38129bdc00be701a7ca8fc867b6 (patch)
treecba3438dd86bef8a75c5ab533ecb3aa00bf8d138 /docs/templates
parent53519e322a5a0bb395676cdaa132f5e82de22909 (diff)
docs/rp2: Add skeleton docs for the rp2 port.
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/topindex.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html
index ff766b0cf..42233942b 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -59,6 +59,10 @@
<span class="linkdescr">pinout for ESP32-based boards, snippets of useful code, and a tutorial</span>
</p>
<p class="biglink">
+ <a class="biglink" href="{{ pathto("rp2/quickref") }}">Quick reference for the Raspberry Pi RP2xxx</a><br/>
+ <span class="linkdescr">pinout for rp2xxx-based boards, snippets of useful code, and a tutorial</span>
+ </p>
+ <p class="biglink">
<a class="biglink" href="{{ pathto("wipy/quickref") }}">Quick reference for the WiPy/CC3200</a><br/>
<span class="linkdescr">pinout for the WiPy/CC3200, snippets of useful code, and a tutorial</span>
</p>