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 /tests | |
| parent | b585d547124b9a1e70b0933c11228c065684997d (diff) | |
Add env DEFMT_LOG=trace to all examples.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/.cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stm32/.cargo/config.toml b/tests/stm32/.cargo/config.toml index eafab3ed0..29c4799a1 100644 --- a/tests/stm32/.cargo/config.toml +++ b/tests/stm32/.cargo/config.toml | |||
| @@ -15,3 +15,6 @@ rustflags = [ | |||
| 15 | 15 | ||
| 16 | [build] | 16 | [build] |
| 17 | target = "thumbv7m-none-eabi" | 17 | target = "thumbv7m-none-eabi" |
| 18 | |||
| 19 | [env] | ||
| 20 | DEFMT_LOG = "trace" | ||
