diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 19:56:39 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 19:56:39 -0500 |
| commit | 635bee2d21704fd76d066be0f66ce2c70ebaacb7 (patch) | |
| tree | 98cbf691f75a478b6e849fe8e1de641f50094d61 /.cargo/flash_algo.toml | |
First commit
Diffstat (limited to '.cargo/flash_algo.toml')
| -rw-r--r-- | .cargo/flash_algo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.cargo/flash_algo.toml b/.cargo/flash_algo.toml new file mode 100644 index 0000000..51a41a8 --- /dev/null +++ b/.cargo/flash_algo.toml @@ -0,0 +1,11 @@ +[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 elf --fixed-load-address" |
