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 /docs | |
| parent | b585d547124b9a1e70b0933c11228c065684997d (diff) | |
Add env DEFMT_LOG=trace to all examples.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/examples/basic/.cargo/config.toml | 3 | ||||
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/modules/ROOT/examples/basic/.cargo/config.toml b/docs/modules/ROOT/examples/basic/.cargo/config.toml index c75b5c539..8ca28df39 100644 --- a/docs/modules/ROOT/examples/basic/.cargo/config.toml +++ b/docs/modules/ROOT/examples/basic/.cargo/config.toml | |||
| @@ -4,3 +4,6 @@ runner = "probe-run --chip nRF52840_xxAA" | |||
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabi" | 6 | target = "thumbv7em-none-eabi" |
| 7 | |||
| 8 | [env] | ||
| 9 | DEFMT_LOG = "trace" | ||
diff --git a/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml b/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml index 946ff250b..3012f05dc 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml | |||
| @@ -9,3 +9,6 @@ rustflags = [ | |||
| 9 | 9 | ||
| 10 | [build] | 10 | [build] |
| 11 | target = "thumbv7em-none-eabihf" | 11 | target = "thumbv7em-none-eabihf" |
| 12 | |||
| 13 | [env] | ||
| 14 | DEFMT_LOG = "trace" | ||
