We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a7830 commit b431523Copy full SHA for b431523
Cargo.toml
@@ -13,12 +13,14 @@ readme = "README.md"
13
repository = "https://github.com/japaric/cortex-m"
14
version = "0.6.0"
15
links = "cortex-m" # prevent multiple versions of this crate to be linked together
16
+edition = "2018"
17
18
[dependencies]
19
aligned = "0.3.1"
20
bare-metal = { version = "0.2.0", features = ["const-fn"] }
21
volatile-register = "0.2.0"
22
23
[features]
24
+const-fn = []
25
cm7-r0p1 = []
26
inline-asm = []
0 commit comments