Add inline-asm feature.
This commit is contained in:
parent
59d46795b2
commit
34b2ba33cd
|
@ -9,4 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bare-metal = "0.1.1"
|
bare-metal = "0.1.1"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
inline-asm = []
|
Loading…
Reference in New Issue