mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
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. |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||