summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2021-06-18 17:12:44 +0200
committerDamien George <damien@micropython.org>2022-04-04 14:11:31 +1000
commit7a447e08b23f47fac6ebcbe5d60c4e1d0fe0d157 (patch)
treedaa938c7d64250c8fb7e10ea6b19e2bef480b300 /docs/templates
parent71344c15f4ef6efc62fbaeef830fa357ee30dce0 (diff)
docs: Add quickref and docs for mimxrt, including network.LAN docs.
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 c14f840ce..4f78b9613 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -63,6 +63,10 @@
<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("mimxrt/quickref") }}">Quick reference for the NXP i.MXRT 10xx</a><br/>
+ <span class="linkdescr">general introduction, 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>