aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/timers.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-25 01:14:33 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-26 02:42:07 -0400
commit6bf24f14a33b7e6d4565cd147ad4d2252dba77ff (patch)
tree5b1daa2343b00254f9be514b5b6adef6a23b5018 /docs/source/timers.rst
parent69068c8ac050f6b6202da64e22de384af21b7339 (diff)
downloadlibrambutan-6bf24f14a33b7e6d4565cd147ad4d2252dba77ff.tar.gz
librambutan-6bf24f14a33b7e6d4565cd147ad4d2252dba77ff.zip
Docs: Add Maple Mini information
Flesh out and uncomment maple-mini.rst. Add links to pieces of it in various appropriate places throughout the rest of the documentation.
Diffstat (limited to 'docs/source/timers.rst')
-rw-r--r--docs/source/timers.rst16
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/source/timers.rst b/docs/source/timers.rst
index 403193f..e23579d 100644
--- a/docs/source/timers.rst
+++ b/docs/source/timers.rst
@@ -77,11 +77,17 @@ your program.
PWM Conflicts
^^^^^^^^^^^^^
-Because PWM functionality on a given pin depends on
-the configuration of the timer and channel, you must chose your
-channels carefully if you want to use both timer interrupts and PWM in
-the same program. Refer to your board's :ref:`Timer Pin Map
-<gpio-pin-maps>` to match up timer channels and pin numbers.
+Because PWM functionality on a given pin depends on the configuration
+of the timer and channel, you must chose your channels carefully if
+you want to use both timer interrupts and PWM in the same program.
+Refer to your board's timer pin map to match up timer channels and pin
+numbers:
+
+.. TODO [0.0.12] Native links
+
+* :ref:`Maple <maple-timer-map>`
+* :ref:`Maple RET6 Edition <maple-ret6-timer-map>`
+* :ref:`Maple Mini <maple-mini-timer-map>`
Overhead
^^^^^^^^