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 28f31e0 commit a5e05ccCopy full SHA for a5e05cc
zephyr/src/sync.rs
@@ -15,6 +15,9 @@ use core::{
15
use crate::time::Forever;
16
use crate::sys::sync as sys;
17
18
+// Channels are currently only available with allocation. Bounded channels later might be
19
+// available.
20
+#[cfg(CONFIG_RUST_ALLOC)]
21
pub mod channel;
22
23
pub mod atomic {
0 commit comments