diff options
| author | i509VCB <[email protected]> | 2025-05-20 17:29:28 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-05-20 17:29:28 -0500 |
| commit | 8b65f9cf0f4095080297bf5c3e09334296da8076 (patch) | |
| tree | a9c600cc797b347e7f1b7972b22366a4d1f84219 /tests/mspm0 | |
| parent | d23c71ea290828cbdf12b0ce64e9cd420e9038ab (diff) | |
mspm0: link interrupt groups in tests
Diffstat (limited to 'tests/mspm0')
| -rw-r--r-- | tests/mspm0/build.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mspm0/build.rs b/tests/mspm0/build.rs index 57b592abf..0b58fb9e9 100644 --- a/tests/mspm0/build.rs +++ b/tests/mspm0/build.rs | |||
| @@ -19,6 +19,8 @@ fn main() -> Result<(), Box<dyn Error>> { | |||
| 19 | println!("cargo:rustc-link-arg-bins=-Tlink_ram.x"); | 19 | println!("cargo:rustc-link-arg-bins=-Tlink_ram.x"); |
| 20 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); | 20 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); |
| 21 | println!("cargo:rustc-link-arg-bins=-Tteleprobe.x"); | 21 | println!("cargo:rustc-link-arg-bins=-Tteleprobe.x"); |
| 22 | // You must tell cargo to link interrupt groups if the rt feature is enabled. | ||
| 23 | println!("cargo:rustc-link-arg-bins=-Tinterrupt_group.x"); | ||
| 22 | 24 | ||
| 23 | Ok(()) | 25 | Ok(()) |
| 24 | } | 26 | } |
