diff options
Diffstat (limited to 'source/systick.rst')
-rw-r--r-- | source/systick.rst | 13 |
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. |