]> granicus.if.org Git - esp-idf/commit
spi: fix the issue that spi cannot be used when flash is disabled
authorMichael (XIAO Xufeng) <xiaoxufeng@espressif.com>
Mon, 20 Aug 2018 10:27:38 +0000 (18:27 +0800)
committerbot <bot@espressif.com>
Thu, 23 Aug 2018 05:21:49 +0000 (05:21 +0000)
commite3557b57bea92b57fc79d08073571cff40873296
treef83163aff2880b2d28e731d9524becdbfc2a08ea
parent88d40e01b4b6536100f4698f964ca83199a30730
spi: fix the issue that spi cannot be used when flash is disabled

The dma configuration function called in the ISR should be put into the IRAM.

Fixes https://github.com/espressif/esp-idf/issues/2307.
components/driver/spi_common.c