zephyr/tests/kernel/fifo/fifo_api
Andy Ross fed9f5aa04 tests/fifo_api: Move k_fifo off stack
Putting spinlocks (or things containing them) onto the stack is a
KERNEL_COHERENCE violation.  This doesn't need to be there so just
make it static.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-03-08 11:14:27 -05:00
..
src tests/fifo_api: Move k_fifo off stack 2021-03-08 11:14:27 -05:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf tests: Never disable SMP 2019-09-26 16:54:06 -04:00
testcase.yaml tests/queue: Remove fifo/queue "poll" variant tests 2020-11-11 10:59:52 -05:00