Initial commit, basic blinky working.

This commit is contained in:
2025-07-06 16:26:11 +02:00
commit 0db1d3e278
9 changed files with 957 additions and 0 deletions

5
build.rs Normal file
View File

@@ -0,0 +1,5 @@
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");
}