3bae533066
* Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add rtc example for stm32wl * Address code review feedback
10 lines
227 B
TOML
10 lines
227 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 STM32WLE5JCIx"
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabi"
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace"
|