File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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"
1111defmt-rtt = " 0.3.0"
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"
1212defmt-rtt = " 0.3"
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