Added optional rt feature for populating interrupt vectors with weak symbols
This commit is contained in:
parent
abc62f65aa
commit
005d335be5
@ -15,3 +15,10 @@ license = "Apache-2.0/MIT"
|
|||||||
cortex-m = "0.3.1"
|
cortex-m = "0.3.1"
|
||||||
bare-metal = "0.1.1"
|
bare-metal = "0.1.1"
|
||||||
vcell = "0.1.0"
|
vcell = "0.1.0"
|
||||||
|
|
||||||
|
[dependencies.cortex-m-rt]
|
||||||
|
optional = true
|
||||||
|
version = "0.3.6"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
rt = ["cortex-m-rt"]
|
Loading…
Reference in New Issue
Block a user