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

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

imxrt-drivers-ccm-11xx = { workspace = true }
imxrt-drivers-edma = { workspace = true }
imxrt-drivers-enet = { workspace = true }
imxrt-drivers-flexspi = { workspace = true }
imxrt-drivers-gpio = { workspace = true }
imxrt-drivers-gpc-11xx = { workspace = true }
imxrt-drivers-iomuxc-11xx = { workspace = true }
imxrt-drivers-lpspi = { workspace = true }
imxrt-drivers-pit = { workspace = true }
imxrt-drivers-pmu-11xx = { workspace = true }
imxrt-drivers-rtwdog = { workspace = true }