diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-06-18 02:24:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 02:24:25 +0200 |
commit | 3fd4ee34ecd5bae94a4ccf14f0322d6d94a4e297 (patch) | |
tree | 42000d240682aac65ed4869dc6cb9a7a18dec818 /examples/boot/nrf | |
parent | 88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (diff) | |
parent | dd99356062eaaeac3c2fa0b82dbbcaf765435c2a (diff) | |
download | embassy-3fd4ee34ecd5bae94a4ccf14f0322d6d94a4e297.zip |
Merge pull request #821 from embassy-rs/defmt-trace
Add env DEFMT_LOG=trace to all examples.
Diffstat (limited to 'examples/boot/nrf')
-rw-r--r-- | examples/boot/nrf/.cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/boot/nrf/.cargo/config.toml b/examples/boot/nrf/.cargo/config.toml index c75b5c53..8ca28df3 100644 --- a/examples/boot/nrf/.cargo/config.toml +++ b/examples/boot/nrf/.cargo/config.toml @@ -4,3 +4,6 @@ runner = "probe-run --chip nRF52840_xxAA" [build] target = "thumbv7em-none-eabi" + +[env] +DEFMT_LOG = "trace" |