diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-07-05 16:24:52 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-07-05 16:24:52 -0400 |
| commit | 6f313f98fc8162c8dc7bac330fde927901cb9ba8 (patch) | |
| tree | b565427482d9fd16d0eae3791fb901882f9884da /Cargo.toml.chiptool | |
First commit
Diffstat (limited to 'Cargo.toml.chiptool')
| -rw-r--r-- | Cargo.toml.chiptool | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml.chiptool b/Cargo.toml.chiptool new file mode 100644 index 0000000..4397cf5 --- /dev/null +++ b/Cargo.toml.chiptool @@ -0,0 +1,12 @@ +[package] +name = "imxrt-chiptool" +version = "0.1.0" +edition = "2024" + +[dependencies] +cortex-m = { version = "0.7" } +cortex-m-rt = { version = "0.7", optional = true } +defmt = { version = "1", optional = true } + +[features] +rt = ["cortex-m-rt/device"] |
