zephyr/tests/kernel/irq_offload
Anas Nashif 0356590df5 tests: samples: fix yaml syntax
Fix indentation and syntax and make it pass yamllint tool.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-15 08:15:00 -04:00
..
src tests: irq_offload: Use SYS_LOG_INF instead of TC_PRINT 2017-09-11 09:53:14 -04:00
Makefile tests: kernel: import irq_offload test from legacy 2017-01-31 12:20:50 +00:00
prj.conf tests: irq_offload: Convert test case to use ztest 2017-08-01 08:46:48 -04:00
README tests: kernel: import irq_offload test from legacy 2017-01-31 12:20:50 +00:00
testcase.yaml tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00

This test case verifies the correctness of irq_offload(), an important
routine used in many other test cases for running a function in interrupt
context, on the IRQ stack.