drop the Static wrapper

This commit is contained in:
Jorge Aparicio 2017-12-09 13:38:41 +01:00
parent 0f5784c240
commit 219e172680
8 changed files with 28 additions and 26 deletions

View file

@ -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]