Skip to content

Commit ea9cd83

Browse files
committed
Cleanup testsuite features
1 parent cc7b347 commit ea9cd83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

testsuite/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ defmt-rtt = "0.2.0"
5656
defmt-test = "0.2.0"
5757
enumset = { version = "1.0.6" }
5858
# TODO: Set stm32f303xc as default, but make it overwritable
59-
stm32f3xx-hal = { path = "..", features = ["rt", "defmt-trace", "can", "ld", "enumset"]}
59+
stm32f3xx-hal = { path = "..", features = ["defmt-trace"]}
6060
panic-probe = { version = "0.2.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 = ["defmt-trace", "stm32f3xx-hal/stm32f303xc", "stm32f3xx-hal/ld"]
66+
default = ["stm32f3xx-hal/stm32f303xc"]
6767

6868
# do not modify these features
69-
defmt-default = []
70-
defmt-trace = []
71-
defmt-debug = []
72-
defmt-info = []
73-
defmt-warn = []
74-
defmt-error = []
69+
defmt-default = ["defmt-info"]
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"]

0 commit comments

Comments
 (0)