Crate icmsg

Source
Expand description

A Rust implementation of ICMsg.

A simple backend for IPC communication between two cores using a ring buffer in shared memory.

Re-exports§

pub use transport::Notifier;

Modules§

transport
Low-level ICMsg transport.

Structs§

IcMsg
MemoryConfig
The memory configuration of the channel.
Receiver
Sender

Enums§

InitError

Traits§

WaitForNotify