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 e229494 commit f0eec21Copy full SHA for f0eec21
embedded-hal-bus/Cargo.toml
@@ -19,6 +19,8 @@ std = []
19
atomic-device = []
20
async = ["dep:embedded-hal-async"]
21
defmt-03 = ["dep:defmt-03", "embedded-hal/defmt-03", "embedded-hal-async?/defmt-03"]
22
+portable-atomic-critical-section = ["atomic-device", "portable-atomic/critical-section"]
23
+portable-atomic-unsafe-assume-single-core = ["atomic-device", "portable-atomic/unsafe-assume-single-core"]
24
25
[dependencies]
26
embedded-hal = { version = "1.0.0", path = "../embedded-hal" }
0 commit comments