Compare commits
1 Commits
2b9f0a7d53
...
d386e5f6a1
Author | SHA1 | Date | |
---|---|---|---|
d386e5f6a1 |
@ -23,8 +23,16 @@ path = "../../va416xx-hal"
|
|||||||
path = "../../vorago-peb1"
|
path = "../../vorago-peb1"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
[dependencies.rtic]
|
||||||
|
version = "2"
|
||||||
|
features = ["thumbv7-backend"]
|
||||||
|
|
||||||
|
[dependencies.rtic-monotonics]
|
||||||
|
version = "2"
|
||||||
|
features = ["cortex-m-systick"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["va41630"]
|
||||||
va41630 = ["va416xx-hal/va41630", "has-adc-dac"]
|
va41630 = ["va416xx-hal/va41630", "has-adc-dac"]
|
||||||
va41629 = ["va416xx-hal/va41629", "has-adc-dac"]
|
va41629 = ["va416xx-hal/va41629", "has-adc-dac"]
|
||||||
va41628 = ["va416xx-hal/va41628"]
|
va41628 = ["va416xx-hal/va41628"]
|
||||||
|
Reference in New Issue
Block a user