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