common: Add the systick module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 16:45:19 +0000 (18:45 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit2d5832af1ef5b1addfb9c989af71e031331b4efe
tree9255a48ba9e5d9e2240567abf0efbd9a5624196f
parent3350b7e23a8afca5882b895c9a570a490f0c7502
common: Add the systick module.

This implements various timer functions using the systick peripheral.
SConscript.libcommon
src/common/lib.rs
src/common/systick.c [new file with mode: 0644]
src/common/systick.rs [new file with mode: 0644]