diff options
| author | liebman <[email protected]> | 2025-12-18 15:04:45 -0800 |
|---|---|---|
| committer | liebman <[email protected]> | 2025-12-19 07:55:34 -0800 |
| commit | 9008e4ca79a8cea093484f09d02c9ca67e7e2b1f (patch) | |
| tree | 2ef61e05b4d687c8451253b930efae37c309e489 /examples/stm32wl5x-lp/build.rs | |
| parent | 905bdfa7662c2ac5d2dfc81219c9704955473253 (diff) | |
low-power: stm32wl5x
Diffstat (limited to 'examples/stm32wl5x-lp/build.rs')
| -rw-r--r-- | examples/stm32wl5x-lp/build.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/stm32wl5x-lp/build.rs b/examples/stm32wl5x-lp/build.rs new file mode 100644 index 000000000..8cd32d7ed --- /dev/null +++ b/examples/stm32wl5x-lp/build.rs | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | fn main() { | ||
| 2 | println!("cargo:rustc-link-arg-bins=--nmagic"); | ||
| 3 | println!("cargo:rustc-link-arg-bins=-Tlink.x"); | ||
| 4 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); | ||
| 5 | } | ||
