Klaudiusz ugotował

This commit is contained in:
2026-07-05 17:40:45 +02:00
parent d78926f440
commit ca83d1e549
10 changed files with 2312 additions and 144 deletions
+7 -4
View File
@@ -1,11 +1,14 @@
[build]
target = "thumbv6m-none-eabi"
target = "thumbv8m.main-none-eabihf"
# target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"
DEFMT_LOG = "debug"
[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32G0B1RE'
# [target.thumbv6m-none-eabi]
[target.thumbv8m.main-none-eabihf]
# runner = 'probe-rs run --chip STM32G0B1RE'
runner = 'probe-rs run --chip STM32U585CI'
rustflags = [
"-C", "link-arg=--nmagic",
"-C", "link-arg=-Tlink.x",