commit | aed0b6c4bd85f95a3efd772a6ca5b06fa428715b | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Wed May 16 14:08:47 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 20 15:39:29 2018 -0400 |
tree | 71b5fc8a9cc0e4afa1369b4c63f81535f44a75a3 | |
parent | a9e0d14bee45670a896d04cd5205322b13f6a625 [diff] |
isr_tables: Simplify how the sw_irq_handler function is used This is a migration from using code generation to using the C language which we in the general case we should aways strive towards. It is equivalent to the simplification that was done with _irq_spurious here: https://github.com/zephyrproject-rtos/zephyr/pull/7574 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>