WIP, learning embassy.

This commit is contained in:
Gabe Venberg 2025-06-24 23:27:07 +02:00
parent 26a1da2cb9
commit b894d424aa
6 changed files with 73 additions and 456 deletions

View file

@ -1,7 +1,11 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "debug"