nucleo-l053r8/.cargo/config.toml
2025-04-28 11:53:13 +02:00

14 lines
282 B
TOML
Executable file

[build]
target = "thumbv6m-none-eabi"
[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32L053R8'
rustflags = ["-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tdefmt.x"]
[alias]
cflash = "flash --chip STM32L053R8"
[env]
DEFMT_LOG = "trace" # sets the log level to trace