diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-11-20 05:11:25 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-12-09 12:45:57 +0100 |
| commit | e97afa71ce7bf3d78e257de1aab329135e98c721 (patch) | |
| tree | 8335f9d8327a9863ec64b79934f8241b350f7fe3 /Cargo.toml | |
| parent | e620b1e57a39f342cf73ad6ac8ab0e179b97bfd5 (diff) | |
peripherals as scoped singletons
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -10,13 +10,13 @@ keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.2.2" +version = "0.3.0" [dependencies] -cortex-m = "0.3.1" +cortex-m = { git = "https://github.com/japaric/cortex-m" } untagged-option = "0.1.1" rtfm-core = "0.1.0" -cortex-m-rtfm-macros = "0.2.1" +cortex-m-rtfm-macros = { path = "macros" } [target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.3.3" @@ -27,7 +27,8 @@ version = "0.3.3" [dev-dependencies.stm32f103xx] features = ["rt"] -version = "0.7.5" +git = "https://github.com/japaric/stm32f103xx" +# version = "0.8.0" [profile.release] lto = true |
