blob: f01d3ad2400536d1e1a5b8b9c48dc76392155d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "imxrt1180"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m = { workspace = true }
ral-registers = { workspace = true }
imxrt-drivers-ccm-11xx = { workspace = true }
imxrt-drivers-iomuxc-11xx = { workspace = true }
imxrt-drivers-lpspi= { workspace = true }
imxrt-drivers-rgpio = { workspace = true }
|