cortex-m-rtfm 0.4.0-beta.3

Real Time For the Masses (RTFM): a concurrency framework for building real time systems
Documentation
[[example]]
name = "baseline"
required-features = ["timer-queue"]

[[example]]
name = "periodic"
required-features = ["timer-queue"]

[[example]]
name = "schedule"
required-features = ["timer-queue"]

[[example]]
name = "types"
required-features = ["timer-queue"]
[dependencies.cortex-m]
version = "0.5.8"

[dependencies.cortex-m-rt]
version = "0.6.5"

[dependencies.cortex-m-rtfm-macros]
version = "0.4.0-beta.3"

[dependencies.heapless]
version = "0.4.0"

[dependencies.owned-singleton]
version = "0.1.0"
[dev-dependencies.alloc-singleton]
version = "0.1.0"

[dev-dependencies.cortex-m-semihosting]
version = "0.3.2"

[dev-dependencies.lm3s6965]
version = "0.1.3"

[dev-dependencies.panic-halt]
version = "0.2.0"

[dev-dependencies.panic-semihosting]
features = ["exit"]
version = "0.5.1"

[features]
timer-queue = ["cortex-m-rtfm-macros/timer-queue"]

[lib]
name = "rtfm"

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>"]
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/"
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"
version = "0.4.0-beta.3"
[profile.release]
codegen-units = 1
lto = true
[target.x86_64-unknown-linux-gnu.dev-dependencies.compiletest_rs]
version = "0.3.16"

[target.x86_64-unknown-linux-gnu.dev-dependencies.tempdir]
version = "0.3.7"