aboutsummaryrefslogtreecommitdiff
path: root/.cargo/imxrt1170evk.toml
blob: a3f57df54faff7240117d494a2c76a097dfbd6c9 (plain)
1
2
3
4
5
6
7
8
9
10
[build]
target = "thumbv7em-threadx-eabihf"

[target.thumbv7em-threadx-eabihf]
runner = "probe-rs run --chip=mimxrt1170"
rustflags = [
  "-Clink-arg=-Tweak-symbols.x",
  "-Clink-arg=-Timxrt-link.x",
  "-Ctarget-cpu=cortex-m7",
]