stm32f334_template/.cargo/config.toml
2025-01-13 17:26:00 +03:00

10 lines
284 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip STM32F334C8Tx --connect-under-reset"
[build]
#target = "thumbv7em-none-eabi"
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"