Files
inkclip/firmware/.cargo/config.toml
T
2025-04-07 19:57:23 -04:00

9 lines
145 B
TOML

[target.thumbv7em-none-eabihf]
runner = 'probe-rs run --chip STM32F411CEUx'
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "debug"