diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-09-28 03:45:52 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-09-28 03:47:14 +0200 |
| commit | 3d1b4116eccec80ecdaacb1fab9f2a6dbe5800f4 (patch) | |
| tree | 3a88e8090524c95bdb4f7530f43af00bc230046f /tests | |
| parent | 901f0257bd4b64d6ed846de701a0b71b1de4b16d (diff) | |
test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nrf/.cargo/config.toml | 2 | ||||
| -rw-r--r-- | tests/rp/.cargo/config.toml | 2 | ||||
| -rw-r--r-- | tests/stm32/.cargo/config.toml | 7 |
3 files changed, 7 insertions, 4 deletions
diff --git a/tests/nrf/.cargo/config.toml b/tests/nrf/.cargo/config.toml index 03995f963..9d6b0313a 100644 --- a/tests/nrf/.cargo/config.toml +++ b/tests/nrf/.cargo/config.toml | |||
| @@ -6,4 +6,4 @@ runner = "teleprobe client run" | |||
| 6 | target = "thumbv7em-none-eabi" | 6 | target = "thumbv7em-none-eabi" |
| 7 | 7 | ||
| 8 | [env] | 8 | [env] |
| 9 | DEFMT_LOG = "trace" | 9 | DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,smoltcp=info" |
diff --git a/tests/rp/.cargo/config.toml b/tests/rp/.cargo/config.toml index bc92e788b..40b5d7000 100644 --- a/tests/rp/.cargo/config.toml +++ b/tests/rp/.cargo/config.toml | |||
| @@ -19,4 +19,4 @@ rustflags = [ | |||
| 19 | target = "thumbv6m-none-eabi" | 19 | target = "thumbv6m-none-eabi" |
| 20 | 20 | ||
| 21 | [env] | 21 | [env] |
| 22 | DEFMT_LOG = "trace" | 22 | DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info" |
diff --git a/tests/stm32/.cargo/config.toml b/tests/stm32/.cargo/config.toml index 07761b01c..2e3f055d4 100644 --- a/tests/stm32/.cargo/config.toml +++ b/tests/stm32/.cargo/config.toml | |||
| @@ -14,7 +14,10 @@ rustflags = [ | |||
| 14 | ] | 14 | ] |
| 15 | 15 | ||
| 16 | [build] | 16 | [build] |
| 17 | target = "thumbv7m-none-eabi" | 17 | target = "thumbv6m-none-eabi" |
| 18 | #target = "thumbv7m-none-eabi" | ||
| 19 | #target = "thumbv7em-none-eabi" | ||
| 20 | #target = "thumbv8m.main-none-eabihf" | ||
| 18 | 21 | ||
| 19 | [env] | 22 | [env] |
| 20 | DEFMT_LOG = "trace" \ No newline at end of file | 23 | DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,smoltcp=info" \ No newline at end of file |
