commit | 67e43f6a819a1354f75b0f71f5748c0fad3ca71d | [log] [tgz] |
---|---|---|
author | Raffael Rostagno <raffael.rostagno@espressif.com> | Tue May 14 12:33:47 2024 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 18:51:46 2024 -0400 |
tree | d27f9c3db018f2f52ddaa53f5283babdc698f59b | |
parent | 1173273f320aa262d2536d89f872bff5465f77c2 [diff] |
drivers: intc: Fix for ESP32C6 interrupt sources allocation Fix to properly allocate IRQs for interrupt sources over 60. It also screens out non-allocatable IRQs used by the CPU. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>