diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-18 01:54:07 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-06-18 01:59:12 +0200 |
| commit | dd99356062eaaeac3c2fa0b82dbbcaf765435c2a (patch) | |
| tree | 1190e96ff6515c3da1c0335e6c499ebf9df134cb /examples/stm32f2 | |
| parent | b585d547124b9a1e70b0933c11228c065684997d (diff) | |
Add env DEFMT_LOG=trace to all examples.
Diffstat (limited to 'examples/stm32f2')
| -rw-r--r-- | examples/stm32f2/.cargo/config.toml (renamed from examples/stm32f2/.cargo/config) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32f2/.cargo/config b/examples/stm32f2/.cargo/config.toml index 30b6d1909..197fadf92 100644 --- a/examples/stm32f2/.cargo/config +++ b/examples/stm32f2/.cargo/config.toml | |||
| @@ -4,3 +4,6 @@ runner = "probe-run --chip STM32F207ZGTx" | |||
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7m-none-eabi" | 6 | target = "thumbv7m-none-eabi" |
| 7 | |||
| 8 | [env] | ||
| 9 | DEFMT_LOG = "trace" | ||
