nuttx/arch/xtensa
Tiago Medicci Serrano b8b0ae9238 esp32/irq: Fix erroneous interrupt allocation for each CPU core
When allocating a CPU interrupt, make sure to select the correct
CPU core to query for it. Simply checking for the current CPU does
not satisfy this requirement because the CPU allocation thread may
be executed by the other core: it's necessary to stick with the
intended CPU passed as an argument of the `esp32_setup_irq`.
2023-10-03 16:51:49 -04:00
..
include
src esp32/irq: Fix erroneous interrupt allocation for each CPU core 2023-10-03 16:51:49 -04:00
Kconfig