Added optional rt feature for populating interrupt vectors with weak symbols

This commit is contained in:
Kjetil Kjeka 2017-10-10 21:11:41 +02:00
parent abc62f65aa
commit 005d335be5
1 changed files with 7 additions and 0 deletions

View File

@ -15,3 +15,10 @@ license = "Apache-2.0/MIT"
cortex-m = "0.3.1"
bare-metal = "0.1.1"
vcell = "0.1.0"
[dependencies.cortex-m-rt]
optional = true
version = "0.3.6"
[features]
rt = ["cortex-m-rt"]