Add cortex-m-rt as optional dependency

master
Roman Kretschmer 5 years ago
parent 9b1d333f41
commit 9fbdba40aa
Signed by: gnxlxnxx
GPG Key ID: A7499F8F45C21DD4

@ -3,7 +3,15 @@ authors = ["gnxlxnxx <gnxlxnxx@web.de>"]
edition = "2018"
name = "psoc4-pac"
version = "0.1.0"
[dependencies]
bare-metal = "*"
cortex-m = "*"
vcell = "*"
[dependencies.cortex-m-rt]
optional = true
version = "*"
[features]
rt = ["cortex-m-rt/device"]

Loading…
Cancel
Save