diff options
Diffstat (limited to 'examples/stm32l1')
| -rw-r--r-- | examples/stm32l1/.cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32l1/.cargo/config.toml b/examples/stm32l1/.cargo/config.toml index 04985720b..404b6b55c 100644 --- a/examples/stm32l1/.cargo/config.toml +++ b/examples/stm32l1/.cargo/config.toml | |||
| @@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L151CBxxA" | |||
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7m-none-eabi" | 6 | target = "thumbv7m-none-eabi" |
| 7 | |||
| 8 | [env] | ||
| 9 | DEFMT_LOG = "trace" | ||
