File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -50,25 +50,17 @@ harness = false
5050[dependencies ]
5151cfg-if = " 1.0"
5252cortex-m = " 0.7.0"
53- cortex-m-rt = " 0.7"
53+ cortex-m-rt = " 0.7.1 "
5454defmt = " 0.3.0"
5555defmt-rtt = " 0.3.0"
5656defmt-test = " 0.3.0"
5757enumset = { 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" ]}
6060panic-probe = { version = " 0.3.0" , features = [" print-defmt" ] }
6161nb = " 1.0.0"
6262num-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" ]
You can’t perform that action at this time.
0 commit comments