This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
c18a11327b
zephyr
/
tests
/
kernel
/
msgq
/
msgq_api
/
prj.conf
5 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add zephyr message queue test case with unified kernel the commit cover basic message queue api testing across contexts and some typical scenario Change-Id: I82bb0c6a5df9d4436f5a98f78d1ad989e32282c8 Signed-off-by: jing wang <jing.j.wang@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-20 11:22:25 +08:00
CONFIG_ZTEST=y
CONFIG_IRQ_OFFLOAD=y
kernel: add k_msgq_alloc_init() 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>
2018-04-13 09:35:56 +08:00
CONFIG_USERSPACE=y
CONFIG_DYNAMIC_OBJECTS=y