blob: 450c974748437f95309a7dcb939c7a6cb482f2d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "imxrt1160evk"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m = { workspace = true }
defmt-rtt = { workspace = true }
imxrt1160-flash-algos = { workspace = true }
flash-algorithm = { workspace = true }
panic-probe = { workspace = true }
|