blob: 4397cf5cd6984b1154e08c1ca014b2c3f46d70f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"]
|