zephyr/tests/kernel/test_irq_offload
Andrew Boie 2ecb9d45d5 test_irq_offload: unit test for running functions in IRQ context
This is used in many other test cases. However when implementing this
function it's helpful to have a testcase dedicated for it, without
dependencies on other kernel objects.

Change-Id: I66a7cdd0b13712665384d5ad4e79050c82d32e3a
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-28 15:56:05 -07:00
..
src test_irq_offload: unit test for running functions in IRQ context 2016-06-28 15:56:05 -07:00
Makefile test_irq_offload: unit test for running functions in IRQ context 2016-06-28 15:56:05 -07:00
README test_irq_offload: unit test for running functions in IRQ context 2016-06-28 15:56:05 -07:00
prj.conf test_irq_offload: unit test for running functions in IRQ context 2016-06-28 15:56:05 -07:00
testcase.ini test_irq_offload: unit test for running functions in IRQ context 2016-06-28 15:56:05 -07: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.