Skip to content

Commit

Permalink
Merge pull request #831 from quartiq/rtic2
Browse files Browse the repository at this point in the history
port to rtic2
  • Loading branch information
jordens authored Mar 7, 2024
2 parents 3529c1b + 9872686 commit 7d69713
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 147 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.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ 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"] }
cortex-m-rtic = "1.0"
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 }
paste = "1"
Expand Down
Loading

0 comments on commit 7d69713

Please sign in to comment.