summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f81e85e00358413aa646ac1972187d705f6e99d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "samc21n18a"
version = "0.0.1"
edition = "2021"

[dependencies]
cortex-m = "*"
vcell = "*"

[dependencies.cortex-m-rt]
optional = true
version = "0.7.0"

[features]
rt = ["cortex-m-rt/device"]