esp32s2: drivers: interrupt_controller: add interrupt allocation support

through the reuse of current esp32 interrupt allocator.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-08-13 15:29:03 -03:00 committed by Anas Nashif
commit 2c031caed0
7 changed files with 127 additions and 1 deletions

View file

@ -5,6 +5,7 @@ config SOC_ESP32S2
bool "ESP32S2"
select XTENSA
select ATOMIC_OPERATIONS_C
select DYNAMIC_INTERRUPTS
if SOC_ESP32S2