blob: 169427e26541d3ff4fd09c2f2156311bea20ea9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "imxrt1010evk"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
cortex-m = { workspace = true }
defmt-rtt = { workspace = true }
imxrt1010-flash-algos = { workspace = true }
flash-algorithm = { workspace = true }
panic-probe = { workspace = true }
|