diff options
Diffstat (limited to 'docs/source/systick.rst')
-rw-r--r-- | docs/source/systick.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/systick.rst b/docs/source/systick.rst new file mode 100644 index 0000000..afc8d09 --- /dev/null +++ b/docs/source/systick.rst @@ -0,0 +1,15 @@ +.. _systick: + +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. |