You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: sync: channel: Allow sending of raw messages
Add an unsafe entry to the channel code that allows the message to be
allocated previously. This can be useful to send messages from
interrupt context, although the message has to be pre-allocate and given
to the interrupt handler.
Signed-off-by: David Brown <[email protected]>
0 commit comments