Add some crates
This commit is contained in:
parent
00e97bbd24
commit
1aa9ea2810
@ -13,4 +13,9 @@ panic = "abort"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bootloader = "0.6.0"
|
bootloader = "0.6.0"
|
||||||
volatile = "0.2.6"
|
volatile = "0.2.6"
|
||||||
|
spin = "0.5.0"
|
||||||
|
|
||||||
|
[dependencies.lazy_static]
|
||||||
|
version = "1.3.0"
|
||||||
|
features = ["spin_no_std"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user