Compare commits

..

1 Commits

Author SHA1 Message Date
1dec2d28c1 Finished flashloader and bootloader implementation
Some checks are pending
Rust/va108xx-rs/pipeline/pr-main Build started...
2024-09-30 11:25:16 +02:00
2 changed files with 5 additions and 9 deletions

View File

@ -33,10 +33,9 @@ default-features = false
features = ["critical-section"]
[dependencies.ringbuf]
version = "0.4"
git = "https://github.com/us-irs/ringbuf.git"
branch = "use-portable-atomic-crate"
version = "0.4.7"
default-features = false
features = ["portable-atomic"]
[dependencies.va108xx-hal]
path = "../../va108xx-hal"

View File

@ -19,15 +19,12 @@ version = "0.2"
default-features = false
[dependencies.rtt-log]
version = "0.3"
git = "https://github.com/us-irs/rtt-log-rs.git"
branch = "allow-usage-on-non-cas-systems"
version = "0.4"
[dependencies.ringbuf]
version = "0.4"
git = "https://github.com/us-irs/ringbuf.git"
branch = "use-portable-atomic-crate"
version = "0.4.7"
default-features = false
features = ["portable-atomic"]
[dependencies.once_cell]
version = "1"