zephyr/tests/subsys/rtio/rtio_api
Jaxson Han 13ec85954f tests: subsys: rtio: Set to 1cpu as it is not SMP-safe
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>
2023-08-21 13:27:07 +02:00
..
src rtio: Use an atomic completion counter 2023-07-24 09:04:43 +00:00
CMakeLists.txt tests: rtio: Split test suites up into files 2023-03-17 12:49:57 -05:00
prj.conf tests: subsys: rtio: Set to 1cpu as it is not SMP-safe 2023-08-21 13:27:07 +02:00
testcase.yaml tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00