diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/1160evk.toml (renamed from .cargo/test_flash_algo.toml) | 2 | ||||
| -rw-r--r-- | .cargo/1170evk.toml | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/.cargo/test_flash_algo.toml b/.cargo/1160evk.toml index 6b3ef39..997875f 100644 --- a/.cargo/test_flash_algo.toml +++ b/.cargo/1160evk.toml @@ -8,7 +8,7 @@ rustflags = [ "-Clink-arg=-Tmemory.x", "-Clink-arg=-Tdefmt.x", ] -runner = "target-gen test template.yaml target/test_definition.yaml --protocol=swd --chip=mimxrt1170" +runner = "target-gen test templates/1160evk.yaml target/1160evk.yaml --protocol=swd --chip=mimxrt1160" [env] DEFMT_LOG="off" diff --git a/.cargo/1170evk.toml b/.cargo/1170evk.toml new file mode 100644 index 0000000..45e8592 --- /dev/null +++ b/.cargo/1170evk.toml @@ -0,0 +1,14 @@ +[build] +target = "thumbv7em-none-eabi" + +[target.'cfg(all(target_os = "none", target_arch = "arm"))'] +rustflags = [ + "-Clink-arg=-nmagic", + "-Clink-arg=-Tlink.x", + "-Clink-arg=-Tmemory.x", + "-Clink-arg=-Tdefmt.x", +] +runner = "target-gen test templates/1170evk.yaml target/1170evk.yaml --protocol=swd --chip=mimxrt1170" + +[env] +DEFMT_LOG="off" |
