mirror of
https://github.com/m5stack/zephyr.git
synced 2026-05-20 10:57:03 -07:00
169d8fafdc
If the icmsg backend is sending the data from many contexts, the send buffer must be accessed only by one context at a time. Ensure that by adding mutex when sending. Signed-off-by: Emil Obalski <Emil.Obalski@nordicsemi.no>