Skip to content

Commit dad26df

Browse files
committed
Migrate testsuite to defmt 0.3.0
1 parent 7059979 commit dad26df

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

testsuite/Cargo.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,17 @@ harness = false
5050
[dependencies]
5151
cfg-if = "1.0"
5252
cortex-m = "0.7.0"
53-
cortex-m-rt = "0.7"
53+
cortex-m-rt = "0.7.1"
5454
defmt = "0.3.0"
5555
defmt-rtt = "0.3.0"
5656
defmt-test = "0.3.0"
5757
enumset = { version = "1.0.6" }
5858
# TODO: Set stm32f303xc as default, but make it overwritable
59-
stm32f3xx-hal = { path = "..", features = ["defmt-trace"]}
59+
stm32f3xx-hal = { path = "..", features = ["defmt"]}
6060
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
6161
nb = "1.0.0"
6262
num-traits = { version = "0.2.14", default-features = false }
6363

6464
[features]
6565
# enable all defmt logging levels
66-
default = ["stm32f3xx-hal/stm32f303xc", "defmt-default"]
67-
68-
# do not modify these features
69-
defmt-default = ["defmt-trace"]
70-
defmt-trace = ["stm32f3xx-hal/defmt-trace"]
71-
defmt-debug = ["stm32f3xx-hal/defmt-trace"]
72-
defmt-info = ["stm32f3xx-hal/defmt-trace"]
73-
defmt-warn = ["stm32f3xx-hal/defmt-trace"]
74-
defmt-error = ["stm32f3xx-hal/defmt-trace"]
66+
default = ["stm32f3xx-hal/stm32f303xc"]

0 commit comments

Comments
 (0)