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:
parent
219fe5339d
commit
2c031caed0
7 changed files with 127 additions and 1 deletions
|
@ -5,6 +5,7 @@ config SOC_ESP32S2
|
|||
bool "ESP32S2"
|
||||
select XTENSA
|
||||
select ATOMIC_OPERATIONS_C
|
||||
select DYNAMIC_INTERRUPTS
|
||||
|
||||
if SOC_ESP32S2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue