sparkfun-micromod-rp2040 0.3.0

Board Support Package for the SparkFun MicroMod RP2040
Documentation
1
2
3
4
5
6
//! This build script makes sure the linker flag -Tdefmt.x is added
//! for the examples.

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