diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 19:56:39 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 19:56:39 -0500 |
| commit | 635bee2d21704fd76d066be0f66ce2c70ebaacb7 (patch) | |
| tree | 98cbf691f75a478b6e849fe8e1de641f50094d61 /imxrt1040/Cargo.toml | |
First commit
Diffstat (limited to 'imxrt1040/Cargo.toml')
| -rw-r--r-- | imxrt1040/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/imxrt1040/Cargo.toml b/imxrt1040/Cargo.toml new file mode 100644 index 0000000..43d33bc --- /dev/null +++ b/imxrt1040/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "imxrt1040-flash-algos" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] +imxrt-flash-algos = { workspace = true } +imxrt1040 = { workspace = true } +ral-registers = { workspace = true } |
