mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
fix gh-pages build
This commit is contained in:
parent
4ff28e9d13
commit
c8197f524e
5 changed files with 38 additions and 15 deletions
|
|
@ -5,13 +5,13 @@ authors = [
|
|||
]
|
||||
categories = ["concurrency", "embedded", "no-std"]
|
||||
description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems"
|
||||
documentation = "https://japaric.github.io/cortex-m-rtfm/book/en"
|
||||
documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/book/en"
|
||||
edition = "2018"
|
||||
keywords = ["arm", "cortex-m"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "cortex-m-rtfm"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/japaric/cortex-m-rtfm"
|
||||
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
|
||||
version = "0.5.0-beta.1"
|
||||
|
||||
[lib]
|
||||
|
|
@ -48,7 +48,7 @@ required-features = ["__v7"]
|
|||
[dependencies]
|
||||
cortex-m = "0.6.0"
|
||||
cortex-m-rtfm-macros = { path = "macros" }
|
||||
rtfm-core = { git = "https://github.com/japaric/rtfm-core" }
|
||||
rtfm-core = { git = "https://github.com/rtfm-rs/rtfm-core" }
|
||||
cortex-m-rt = "0.6.9"
|
||||
heapless = "0.5.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue