zephyr/tests/kernel/irq_offload
Punit Vara e04f8276ad tests: irq_offload: Use SYS_LOG_INF instead of TC_PRINT
Do not print messages by default on console for test cases.
Use SYS_LOG_INF which provides functionality to choose print whenever
require.

Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-09-11 09:53:14 -04:00
..
src tests: irq_offload: Use SYS_LOG_INF instead of TC_PRINT 2017-09-11 09:53:14 -04:00
Makefile
README
prj.conf tests: irq_offload: Convert test case to use ztest 2017-08-01 08:46:48 -04:00
testcase.yaml tests: samples: convert testcase files to yaml 2017-06-21 20:56:53 -04:00

README

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.