aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/index.rst
blob: c552dd42ce93c0da3a20b546a34b3f1dfb239bd5 (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
.. _index:

Maple Documentation Contents
=============================

.. _index-usage:

**Usage Guides:**

.. toctree::
   :maxdepth: 2

   Quickstart <maple-quickstart>
   IDE Installation <maple-ide-install>
   IDE Anatomy <ide>

.. _index-maple-programming:
  
**Maple Programming:**

.. toctree::
   :maxdepth: 2

   Maple Language<language>
   Maple Libraries <libraries>
   Arduino Compatibility <compatibility>
   External Interrupts <external-interrupts>
   Command-Line Tools & APIs <libmaple>
   Bootloader <bootloader>


   Troubleshooting <troubleshooting> 
   Known Problems <errata>

.. _index-hardware:

**Hardware Peripherals:**

.. toctree::
   :maxdepth: 1
 
   i2c
   pwm
   gpio
   usb
   jtag
   adc
   spi
   usart
   timers

.. _index-reference:

**Reference:**

.. toctree::
   :maxdepth: 1
   
   Technical Specifications <specs>
   Complete Language Index <language-index>