aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 33047969210bd2ac2d5b417e8b26870c59050115 (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
25
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
build = "build.rs"
name = "cortex-m-srp"
version = "0.1.0"

[build-dependencies]
quote = "0.3.15"
syn = "0.11.10"

[dependencies]
cortex-m = "0.2.2"
typenum = "1.7.0"
static-ref = { git = "https://github.com/japaric/static-ref" }

[dev-dependencies]
compiletest_rs = "0.2.5"

[features]
# Number of priority bits
P2 = []
P3 = []
P4 = []
P5 = []
default = ["P4"]