common: Add the nvic module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 16 Jun 2019 19:10:48 +0000 (21:10 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 07:58:43 +0000 (09:58 +0200)
commit3fe13f96a191df4ee6a3f746b8bdd080744526d7
treedd4bb164d32f1afcb81ebb63c76f4488e9c21d0a
parentd89a89f1bd29537732c7a718ce5d8760b60a8238
common: Add the nvic module.

Allows enabling and disabling of interrupts as well as configuring
their priority.
SConscript.libcommon
src/common/lib.rs
src/common/nvic.rs [new file with mode: 0644]