zephyr/tests/kernel/spinlock
Tom Burdick 872e3553f9 kernel: Option to assert on spin lock time
Spin locks held for any lengthy duration prevent interrupts and
in a real time system where interrupts drive tasks this can be
problematic. Add an option to assert if a spin lock is held for
a duration longer than the configurable number of microseconds.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-10-18 14:14:12 +02:00
..
src kernel: Option to assert on spin lock time 2022-10-18 14:14:12 +02:00
CMakeLists.txt
prj.conf kernel: Option to assert on spin lock time 2022-10-18 14:14:12 +02:00
testcase.yaml