nuttx/arch/xtensa
Tiago Medicci Serrano 86b118854e esp32s3/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 `esp32s3_setup_irq`.
2023-10-05 11:25:43 +08:00
..
include xtensa/esp32s2: Add support to TWAI/CANBus controller 2023-09-28 09:35:08 +08:00
src esp32s3/irq: Fix erroneous interrupt allocation for each CPU core 2023-10-05 11:25:43 +08:00
Kconfig xtensa: enable -Oz for xtensa to reduce codesize 2023-08-21 02:58:25 +08:00