From 76199f21616ad86cf68f3b063c1ce23c6fc5a52f Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 30 Nov 2025 18:52:34 -0500 Subject: First commit --- chips/imxrt1010/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 chips/imxrt1010/Cargo.toml (limited to 'chips/imxrt1010/Cargo.toml') diff --git a/chips/imxrt1010/Cargo.toml b/chips/imxrt1010/Cargo.toml new file mode 100644 index 0000000..2a00927 --- /dev/null +++ b/chips/imxrt1010/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "imxrt1010" +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-gpio = { workspace = true } +imxrt-drivers-flexspi = { workspace = true } +imxrt-drivers-iomuxc-10xx = { workspace = true } +imxrt-drivers-lpspi = { workspace = true } +imxrt-drivers-pit = { workspace = true } +imxrt-drivers-rtwdog = { workspace = true } -- cgit v1.2.3