aboutsummaryrefslogtreecommitdiff
path: root/chips/imxrt1060/Cargo.toml
blob: aef1560a094a04bc9dbb8cd0cf6da1e638fd41ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "imxrt1060"
version = "0.1.0"
edition = "2024"

[dependencies]
cortex-m = { workspace = true }
ral-registers = { workspace = true }

imxrt-drivers-ccm-10xx = { workspace = true }
imxrt-drivers-gpio = { workspace = true }
imxrt-drivers-flexspi = { workspace = true }
imxrt-drivers-iomuxc-10xx = { workspace = true }
imxrt-drivers-lpspi = { workspace = true }
imxrt-drivers-pit = { workspace = true }