nuttx/arch/xtensa
Gustavo Henrique Nihei e4efa9dfa7 xtensa/esp32: Fix interrupt flag configuration for DMA transfers
Previously SPI interrupts were enabled on DMA initialization. But since
the addition of SPI Mixed mode it created a side-effect, breaking
polling transfers. So now interrupts are enabled before the DMA
transactions and disabled once they are finished.
Furthermore, the transaction done flag is also cleared before a new
transaction starts.
2021-03-21 00:16:59 -07:00
..
include esp32_allocateheap.c: Don't allocate the ROM CPU regions the same way in 2021-03-18 11:28:36 +09:00
src xtensa/esp32: Fix interrupt flag configuration for DMA transfers 2021-03-21 00:16:59 -07:00
Kconfig xtensa/esp32: Move internal heap to the beginning of region 2. 2021-03-16 16:22:08 +09:00