aboutsummaryrefslogtreecommitdiff
path: root/testsuite/Cargo.toml
blob: 3e111bf422610adb3b0f352344e504f8819da24e (plain) (blame)
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 = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>"]
name = "testsuite"
publish = false
edition = "2018"
version = "0.1.0"

[features]
rtt = ["rtt-target", "minitest/rtt"]
semihosting = ["cortex-m-semihosting", "minitest/semihosting"]

[dependencies]
cortex-m-rt.path = "../cortex-m-rt"
cortex-m.path = "../cortex-m"
minitest.path = "minitest"
critical-section = "1.0.0"

[dependencies.rtt-target]
version = "0.3.1"
optional = true

[dependencies.cortex-m-semihosting]
path = "../cortex-m-semihosting"
optional = true