summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: eeb07b8459e094c0effac6e2fa5b5733fb7c9ffb (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 = "*"

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