The current api rtio_mpsc_pop is not SMP-safe. When muilti threads on SMP are racing to pop the node, it will likely break the queue. Set CONFIG_MP_MAX_NUM_CPUS to 1 to temporarily fix the issue. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_LOG=y
|
|
CONFIG_RTIO=y
|
|
CONFIG_RTIO_SYS_MEM_BLOCKS=y
|
|
CONFIG_TIMING_FUNCTIONS=y
|
|
CONFIG_MAX_THREAD_BYTES=3
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|