diff options
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"] |
