blob: 3c6f520acf235c4c53bfc38fc7ed61358e74254d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
 | .. _index:
LeafLabs Documentation Index
============================
Welcome!  This is the Maple documentation index.
If you just bought a Maple board, you probably want to head to the
:ref:`quickstart <maple-quickstart>`.  If you're having problems,
check out the :ref:`troubleshooting <troubleshooting>` page.
If you can't find what you're looking for, try looking on our `wiki
<http://wiki.leaflabs.com/index.php?title=Main_Page>`_.
Have fun!
.. _index-usage:
**Usage Guides:**
.. toctree::
   :maxdepth: 1
   Quickstart <maple-quickstart>
   IDE Installation <maple-ide-install>
   IDE Usage <ide>
   Command-Line Toolchain <unix-toolchain>
.. _index-maple-programming:
**Maple Programming:**
.. toctree::
   :maxdepth: 1
   Language <language>
   Libraries <libraries>
   Arduino Compatibility <arduino-compatibility>
   libmaple
   Bootloader <bootloader>
   Troubleshooting <troubleshooting>
   FAQ <faq>
   GCC and libc for Maple <arm-gcc>
   Language Index <language-index>
.. _index-hardware:
**Hardware Peripherals:**
.. toctree::
   :maxdepth: 1
   adc
   external-interrupts
   gpio
   i2c
   jtag
   pwm
   spi
   timers
   systick
   usb
   usart
.. _index-boards:
**Board Hardware Documentation:**
.. toctree::
   :maxdepth: 1
   hardware/maple.rst
   hardware/maple-ret6.rst
   hardware/maple-mini.rst
   hardware/maple-native-beta.rst
.. TODO [Maple Native] write/include upon finished Native release
..    hardware/maple-native.rst
 |