Revert "deps/cortex-m: use cm7-r0p1 basepri erratum fix"
This reverts commit 363100e3da
.
Even the oldest stabilizer boards are r1p1. See discussion in:
https://github.com/quartiq/stabilizer/pull/83
This commit is contained in:
parent
513baa1e5c
commit
48f84eb0c8
@ -26,7 +26,7 @@ features = []
|
|||||||
default-target = "thumbv7em-none-eabihf"
|
default-target = "thumbv7em-none-eabihf"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = { version = "0.6", features = ["const-fn", "cm7-r0p1"] }
|
cortex-m = { version = "0.6", features = ["const-fn"] }
|
||||||
cortex-m-rt = { version = "0.6", features = ["device"] }
|
cortex-m-rt = { version = "0.6", features = ["device"] }
|
||||||
cortex-m-log = { version = "0.6", features = ["log-integration"] }
|
cortex-m-log = { version = "0.6", features = ["log-integration"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user