File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ edition = "2018"
55version = " 0.3.1"
66
77[dependencies ]
8- cortex-m = " 0.7.1"
8+ cortex-m = { version = " 0.7.1" , features = [ " critical-section-single-core " ] }
99cortex-m-rt = " 0.7"
1010defmt = " 0.3.0"
11- defmt-rtt = " 0.3.0 "
11+ defmt-rtt = " 0.4 "
1212cortex-m-rtic = " 1.0"
1313panic-probe = { version = " 0.3.0" , features = [" print-defmt" ] }
1414stm32f4xx-hal = { version = " 0.11" , features = [" stm32f401" , " rt" ] }
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ edition = "2018"
55version = " 0.4.0"
66
77[dependencies ]
8- cortex-m = { version = " 0.7.5" , features = [" inline-asm" ] }
8+ cortex-m = { version = " 0.7.5" , features = [" inline-asm" , " critical-section-single-core " ] }
99cortex-m-rtic = " 1.0"
1010debouncr = " 0.2"
1111defmt = " 0.3"
12- defmt-rtt = " 0.3 "
12+ defmt-rtt = " 0.4 "
1313heapless = " 0.7"
1414panic-probe = { version = " 0.3" , features = [" print-defmt" ] }
15- stm32f0xx-hal = { version = " 0.17 " , features = [" stm32f030x6" , " rt" ] }
15+ stm32f0xx-hal = { version = " 0.18 " , features = [" stm32f030x6" , " rt" ] }
1616neotron-bmc-protocol = { version = " 0.1" , path = " ../neotron-bmc-protocol" }
1717systick-monotonic = " 1.0"
1818embedded-hal = " *"
You can’t perform that action at this time.
0 commit comments