diff options
Diffstat (limited to 'examples/stm32l4')
| -rw-r--r-- | examples/stm32l4/.cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32l4/.cargo/config.toml b/examples/stm32l4/.cargo/config.toml index 12e77db50..5534053c5 100644 --- a/examples/stm32l4/.cargo/config.toml +++ b/examples/stm32l4/.cargo/config.toml | |||
| @@ -6,3 +6,6 @@ runner = "probe-run --chip STM32L4S5VI" | |||
| 6 | 6 | ||
| 7 | [build] | 7 | [build] |
| 8 | target = "thumbv7em-none-eabi" | 8 | target = "thumbv7em-none-eabi" |
| 9 | |||
| 10 | [env] | ||
| 11 | DEFMT_LOG = "trace" | ||
