aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d36b81e965eed9a8d94bfa2086c8fb0262481c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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 framework for building concurrent applications, for ARM Cortex-M microcontrollers"
documentation = "https://docs.rs/cortex-m-rtfm"
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.0"

[dependencies]
cortex-m = "0.3.1"
static-ref = "0.2.0"

[dependencies.cortex-m-rtfm-macros]
path = "macros"

[dev-dependencies]
compiletest_rs = "0.2.8"
stm32f103xx = "0.7.1"