Merge branch 'bugfix/fix_spi_slv_hd_dma_reset_issue_4.3' into 'release/v4.3'

spi_slave_hd: fix spi slv hd dma reset issue (4.3)

See merge request espressif/esp-idf!12513
This commit is contained in:
Michael (XIAO Xufeng)
2021-02-27 04:12:42 +00:00
5 changed files with 74 additions and 45 deletions

View File

@@ -10,9 +10,6 @@
#define SOC_TWAI_SUPPORTED 1
#define SOC_BT_SUPPORTED 1
// There are 3 DMA channels on ESP32-C3
// Attention: These fixed DMA channels are temporarily workaround before we have a centralized DMA controller API to help alloc the channel dynamically
// Remove them when GDMA driver API is ready
#include "rmt_caps.h"
/*-------------------------- DAC CAPS ----------------------------------------*/