Compare commits
1 Commits
1dec2d28c1
...
cd386ed41a
Author | SHA1 | Date | |
---|---|---|---|
cd386ed41a |
@@ -33,9 +33,10 @@ default-features = false
|
|||||||
features = ["critical-section"]
|
features = ["critical-section"]
|
||||||
|
|
||||||
[dependencies.ringbuf]
|
[dependencies.ringbuf]
|
||||||
version = "0.4.7"
|
version = "0.4"
|
||||||
|
git = "https://github.com/us-irs/ringbuf.git"
|
||||||
|
branch = "use-portable-atomic-crate"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["portable-atomic"]
|
|
||||||
|
|
||||||
[dependencies.va108xx-hal]
|
[dependencies.va108xx-hal]
|
||||||
path = "../../va108xx-hal"
|
path = "../../va108xx-hal"
|
||||||
|
@@ -19,12 +19,15 @@ version = "0.2"
|
|||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.rtt-log]
|
[dependencies.rtt-log]
|
||||||
version = "0.4"
|
version = "0.3"
|
||||||
|
git = "https://github.com/us-irs/rtt-log-rs.git"
|
||||||
|
branch = "allow-usage-on-non-cas-systems"
|
||||||
|
|
||||||
[dependencies.ringbuf]
|
[dependencies.ringbuf]
|
||||||
version = "0.4.7"
|
version = "0.4"
|
||||||
|
git = "https://github.com/us-irs/ringbuf.git"
|
||||||
|
branch = "use-portable-atomic-crate"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["portable-atomic"]
|
|
||||||
|
|
||||||
[dependencies.once_cell]
|
[dependencies.once_cell]
|
||||||
version = "1"
|
version = "1"
|
||||||
|
Reference in New Issue
Block a user