mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 11:01:58 +00:00
CONFIG_KERNEL_COHERENCE forbids synchronized data on the stack: no spinlocks, IPC primitives, or things that contain them. Application code obviously doesn't have to follow these inconvenient rules, but our test code needs to run on platforms with incoherent stack memory. Make these things static. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
testcase.yaml |