This commit is contained in:
2026-06-16 02:33:49 +02:00
commit 5e5aa2a683
5 changed files with 1368 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"
[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32G0B1RE'
rustflags = [
"-C", "link-arg=--nmagic",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]