diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 00:34:00 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 00:46:38 -0500 |
| commit | 2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 (patch) | |
| tree | 549db01071e63ac232ab5781771fbb3993a9d822 /Cargo.toml | |
| parent | e85d6e53c89cd1ea1da8826778c5a74154fb651d (diff) | |
update examples
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ authors = [ "Per Lindgren <per.lindgren@ltu.se>", ] categories = ["concurrency", "embedded", "no-std"] -description = "Real Time For the Masses (RTFM), a framework for building concurrent applications, for ARM Cortex-M microcontrollers" +description = "Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers" documentation = "https://docs.rs/cortex-m-rtfm" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" @@ -14,8 +14,8 @@ version = "0.2.0" [dependencies] cortex-m = "0.3.1" +rtfm-core = "0.1.0" static-ref = "0.2.1" -rtfm-core = { git = "https://github.com/japaric/rtfm-core" } [dependencies.cortex-m-rtfm-macros] path = "macros" |
