diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-06-11 17:18:29 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-06-11 17:18:29 +0000 |
| commit | 602a5b4374961dbcf7f3290053ab9b01f0622c67 (patch) | |
| tree | d3e64006a7b310d34d82df7aa2a4467c03595e55 /macros/Cargo.toml | |
| parent | 4a0393f756cc3ccd480f839eb6b6a9349326fe8e (diff) | |
Rename RTFM to RTIC
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 9ab1db7..2a4e4c8 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,17 +1,17 @@ [package] authors = [ - "The Real Time For the Masses developers", + "The Real-Time Interrupt-driven Concurrency developers", "Jorge Aparicio <jorge@japaric.io>", ] categories = ["concurrency", "embedded", "no-std"] -description = "Procedural macros of the cortex-m-rtfm crate" -documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/api/cortex_m_rtfm" +description = "Procedural macros of the cortex-m-rtic crate" +documentation = "https://rtic-rs.github.io/cortex-m-rtic/api/cortex_m_rtic" edition = "2018" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" -name = "cortex-m-rtfm-macros" +name = "cortex-m-rtic-macros" readme = "../README.md" -repository = "https://github.com/rtfm-rs/cortex-m-rtfm" +repository = "https://github.com/rtic-rs/cortex-m-rtic" version = "0.5.0" [lib] @@ -21,7 +21,7 @@ proc-macro = true proc-macro2 = "1" quote = "1" syn = "1" -rtfm-syntax = "0.4.0" +rtic-syntax = "0.4.0" [features] heterogeneous = [] |
