nucleo-l053r8/.cargo/config.toml
2025-04-24 13:14:55 +02:00

8 lines
155 B
TOML
Executable file

[build]
target = "thumbv6m-none-eabi"
[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32L053R8'
[alias]
cflash = "flash --chip STM32L053R8"