Skip to content

Commit

Permalink
Updating to RTIC 2.1 to avoid nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Mar 7, 2024
1 parent 6fc5162 commit 9872686
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 55 deletions.
174 changes: 122 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rtt-target = "0.3"
serde = { version = "1.0", features = ["derive"], default-features = false }
serde-json-core = "0.5"
heapless = { version = "0.7.16", features = ["serde"] }
rtic = { version = "2.0", features = ["thumbv7-backend"] }
rtic = { version = "2.1", features = ["thumbv7-backend"] }
rtic-monotonics = { version = "1.0", features = ["cortex-m-systick"] }
embedded-hal = "0.2.7"
num_enum = { version = "0.7.2", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion src/bin/dual-iir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
//! ## Livestreaming
//! This application streams raw ADC and DAC data over UDP. Refer to
//! [stabilizer::net::data_stream](../stabilizer/net/data_stream/index.html) for more information.
#![feature(type_alias_impl_trait)]
#![no_std]
#![no_main]

Expand Down
1 change: 0 additions & 1 deletion src/bin/lockin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
//! ## Livestreaming
//! This application streams raw ADC and DAC data over UDP. Refer to
//! [stabilizer::net::data_stream](../stabilizer/net/data_stream/index.html) for more information.
#![feature(type_alias_impl_trait)]
#![no_std]
#![no_main]

Expand Down

0 comments on commit 9872686

Please sign in to comment.