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 e3b7357 commit ecea4a9Copy full SHA for ecea4a9
Cargo.toml
@@ -6,6 +6,7 @@ documentation = "https://docs.rs/cortex-m"
6
keywords = ["arm", "cortex-m", "register", "peripheral"]
7
license = "MIT OR Apache-2.0"
8
name = "cortex-m"
9
+readme = "README.md"
10
repository = "https://github.com/japaric/cortex-m"
11
version = "0.5.7"
12
@@ -17,4 +18,4 @@ volatile-register = "0.2.0"
17
18
[features]
19
cm7-r0p1 = []
20
const-fn = ["bare-metal/const-fn"]
-inline-asm = []
21
+inline-asm = []
0 commit comments