1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2024-12-20 08:59:32 +01:00
rtic/examples/embassy-stm32g4/build.rs
cschuhen b1467c62b4
Add example of using Embassy HAL(stm32) with RTIC. ()
The RTIC book mentions Embassy+RTIC but gives no examples.

fmt.

Add feature flag

Seems CI does not deal with 2 levels of depth.

Forgot to stage.

Thumb m arch.

Co-authored-by: Corey Schuhen <cschuhen@gmail.com>
2024-02-27 11:25:07 +00:00

5 lines
171 B
Rust

fn main() {
println!("cargo:rustc-link-arg-bins=--nmagic");
println!("cargo:rustc-link-arg-bins=-Tlink.x");
println!("cargo:rustc-link-arg-bins=-Tdefmt.x");
}