commit | 0fb43821644fa2912390195fd5295bc3199ebb19 | [log] [tgz] |
---|---|---|
author | Jaron Kelleher <jkelleher@fb.com> | Fri Mar 20 11:24:39 2020 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Apr 09 13:12:24 2020 -0700 |
tree | c0ef095b3f52460a235e7fd5572e61a81decb9d4 | |
parent | a06617b7e1f250fdf306567e13621e7f0f624368 [diff] |
arch: isr: Update z_isr_install for multi-level interrupts z_isr_install is not suited to handle multi-level interrupt formats. This update allows z_isr_install to accept irq numbers in zephyr format and place them in the isr table appropriately. Fixes issue #22145 Signed-off-by: Jaron Kelleher <jkelleher@fb.com>