b8ecbfaa57
Add zbus message bus as a Zephyr subsystem. No message bus or communication abstraction other than the usual (message queues, mailboxes, etc.) enabled developers to implement event-driven systems in Zephyr quickly. Zbus would fill that gap by providing the community with a lightweight and flexible message bus. The implementation tries to be closest as possible to the existing ones. We use the claim/finish approach, and the API for publishing and reading channels are similar in message queues. Zbus is about channels, messages, and observers. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
ITERABLE_SECTION_RAM(zbus_channel, 4)
|
|
ITERABLE_SECTION_RAM(zbus_observer, 4)
|