commit | 59d5dc4dcfab58f0e53cefe2c887124d8be44438 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon Feb 14 13:01:01 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 21 22:10:03 2022 -0500 |
tree | f6cfb6546fcb8fcc3a2730a2150bd447e280a837 | |
parent | 73453a39d1de5ba865b94f6c0c89408fae782c17 [diff] |
tests/kernel/common: Add nested irq_offload() test Add a very simple test of the CONFIG_IRQ_OFFSET_NESTED feature that exercises nested interrupts in a portable way. It calls irq_offset() from within a k_timer callback and validates that the return lands back in the original interrupt successfully. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>