aboutsummaryrefslogtreecommitdiff
path: root/imxrt1040evk/Cargo.toml
blob: 5f2348b9391ee1a03369cab2a3ac4635c00a2658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "imxrt1040evk"
version = "0.1.0"
edition = "2024"
publish = false

[dependencies]
cortex-m = { workspace = true }
defmt-rtt = { workspace = true }

imxrt1040-flash-algos = { workspace = true }
flash-algorithm = { workspace = true }
panic-probe = { workspace = true }