Add a global interface

This commit is contained in:
Philipp Oppermann
2019-01-25 13:21:39 +01:00
parent 3574958d5f
commit c1e3fa57c6
4 changed files with 41 additions and 14 deletions

View File

@@ -7,6 +7,11 @@ edition = "2018"
[dependencies]
bootloader = "0.3.12"
volatile = "0.2.3"
spin = "0.4.9"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
[profile.dev]
panic = "abort"