mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Merge branch 'master' into new_monotonic
This commit is contained in:
commit
b57ef0bf9d
6 changed files with 11 additions and 26 deletions
|
|
@ -55,7 +55,7 @@ name = "double_schedule"
|
|||
required-features = ["__v7"]
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.6.2"
|
||||
cortex-m = "0.7.0"
|
||||
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
|
||||
rtic-core = { git = "https://github.com/rtic-rs/rtic-core", branch = "new_monotonic" }
|
||||
#rtic-core = "0.3.1"
|
||||
|
|
@ -106,3 +106,6 @@ debug = false
|
|||
debug-assertions = false
|
||||
opt-level = 0
|
||||
overflow-checks = false
|
||||
|
||||
[patch.crates-io]
|
||||
lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue