sof/xtos/include/rtos
Krzysztof Frydryk 10e1172ea5 ams: Add initial AMS implementation
Add Asynchronous Messaging Service. This can be used to communicate between
modules.
Asynchronous Messages are one-way messages from one producer to one or
multiple registered consumers. Messages between modules on different
cores are sent through IDC. All inter-core communication must be proxied
by the main core.

Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
2023-02-28 09:10:29 +01:00
..
alloc.h header: rtos: use rtos specific version of alloc.h 2022-09-12 11:44:27 +01:00
atomic.h
bit.h header: rtos: use rtos specific version of bit.h 2022-08-31 12:01:07 +01:00
cache.h header: rtos: use rtos specific version of cache.h 2022-09-12 11:44:27 +01:00
clk.h Switch to using rtos/sof.h instead of sof/sof.h 2023-02-22 13:15:06 +00:00
idc.h ams: Add initial AMS implementation 2023-02-28 09:10:29 +01:00
init.h zephyr: add a macro for module initialisation 2023-01-26 16:54:57 +02:00
interrupt.h Switch to using rtos/sof.h instead of sof/sof.h 2023-02-22 13:15:06 +00:00
kernel.h header: rtos: use rtos specific version of wait.h 2022-09-06 15:37:21 +01:00
mutex.h mutex: add mutex support in XTOS 2022-12-19 13:26:19 +02:00
panic.h arch: debug: Allow panic.h to be included from XTOS's rtos/panic.h 2023-02-21 15:34:47 +00:00
sof.h ams: Add initial AMS implementation 2023-02-28 09:10:29 +01:00
spinlock.h Replace sof/debug/panic.h with rtos/panic.h 2023-02-21 15:34:47 +00:00
string.h header: rtos: use rtos specific version of string.h 2022-08-31 12:01:07 +01:00
task.h Switch to using rtos/task.h instead of sof/schedule/task.h 2023-02-24 14:28:49 +02:00
timer.h Switch to using rtos/sof.h instead of sof/sof.h 2023-02-22 13:15:06 +00:00
wait.h header: rtos: use rtos specific version of interrupt.h 2022-09-12 11:44:27 +01:00