diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 18:52:34 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 19:10:51 -0500 |
| commit | 76199f21616ad86cf68f3b063c1ce23c6fc5a52f (patch) | |
| tree | 4c076d0afd649803a2bd9a5ed5cbb1f1c74fb459 /chips/imxrt1040/Cargo.toml | |
First commit
Diffstat (limited to 'chips/imxrt1040/Cargo.toml')
| -rw-r--r-- | chips/imxrt1040/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chips/imxrt1040/Cargo.toml b/chips/imxrt1040/Cargo.toml new file mode 100644 index 0000000..937783d --- /dev/null +++ b/chips/imxrt1040/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "imxrt1040" +version = "0.1.0" +edition = "2024" + +[dependencies] +cortex-m = { workspace = true } +ral-registers = { workspace = true } + +imxrt-drivers-ccm-10xx = { workspace = true } +imxrt-drivers-dcdc = { workspace = true } +imxrt-drivers-edma = { workspace = true } +imxrt-drivers-enet = { workspace = true } +imxrt-drivers-flexspi = { workspace = true } +imxrt-drivers-gpio = { workspace = true } +imxrt-drivers-iomuxc-10xx = { workspace = true } +imxrt-drivers-lpspi= { workspace = true } +imxrt-drivers-pit = { workspace = true } +imxrt-drivers-rtwdog = { workspace = true } |
