Gerzain Mata 1b4ea556c0 STM32WBA usb-dfu example
- Added sample application
- Added sample bootloader

Removed trace import
2025-07-29 08:11:49 -07:00

10 lines
232 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 STM32WBA65RI"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"