mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
drop the Static wrapper
This commit is contained in:
parent
0f5784c240
commit
219e172680
8 changed files with 28 additions and 26 deletions
|
|
@ -15,7 +15,8 @@ version = "0.3.0"
|
|||
[dependencies]
|
||||
cortex-m = { git = "https://github.com/japaric/cortex-m" }
|
||||
untagged-option = "0.1.1"
|
||||
rtfm-core = "0.1.0"
|
||||
# rtfm-core = "0.1.0"
|
||||
rtfm-core = { git = "https://github.com/japaric/rtfm-core", branch = "no-static" }
|
||||
cortex-m-rtfm-macros = { path = "macros" }
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue