aboutsummaryrefslogtreecommitdiffstats
path: root/source/systick.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-13 20:06:52 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-13 20:10:38 -0400
commit3fe24fd92c0462c9bceee0c36dc4d9d9b7723142 (patch)
tree3467baaca2b22aa9b02cb578944b3972799ad8f5 /source/systick.rst
parent8482c195902d9c98085b8dc79d71db4b17c37964 (diff)
downloadlibrambutan-3fe24fd92c0462c9bceee0c36dc4d9d9b7723142.tar.gz
librambutan-3fe24fd92c0462c9bceee0c36dc4d9d9b7723142.zip
Docs: Various improvements.
Diffstat (limited to 'source/systick.rst')
-rw-r--r--source/systick.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/systick.rst b/source/systick.rst
new file mode 100644
index 0000000..6f20133
--- /dev/null
+++ b/source/systick.rst
@@ -0,0 +1,13 @@
+SysTick
+=======
+
+.. TODO Recommended reading and more content.
+
+The SysTick peripheral provides a timer which :ref:`libmaple` uses to
+keep track of the board's uptime.
+
+Library Documentation
+---------------------
+
+See :ref:`libmaple-systick` for more information on library support
+for interfacing with the SysTick peripheral.