mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 18:11:58 +00:00
User mode can't be trusted to provide a memory buffer to k_msgq_init(). Introduce k_msgq_alloc_init() which allocates the buffer out of the calling thread's resource pool and expose that as a system call instead. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|