Klaudiusz ugotował
This commit is contained in:
+7
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user