rp-pico 0.9.0

Board Support Package for the Raspberry Pi Pico
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");
}