mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-09 14:15:57 +00:00
Merge branch 'feat/spi_p4_eco5_support' into 'master'
feat(driver_spi): update p4 eco5 spi and twai support Closes IDF-13509, IDF-13434, and IDF-13726 See merge request espressif/esp-idf!41676
This commit is contained in:
@@ -44,6 +44,9 @@ extern "C" {
|
||||
#define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words
|
||||
#define SPI_LL_MOSI_FREE_LEVEL 0 //Default level after bus initialized
|
||||
|
||||
// CS_WORKAROUND: SPI slave with using DMA, the rx dma suffers from unexpected transactions
|
||||
// before slave is ready, need disconnect CS before and after each transaction
|
||||
#define SPI_LL_SLAVE_NEEDS_CS_WORKAROUND 1
|
||||
#define SPI_LL_SLAVE_NEEDS_RESET_WORKAROUND 1
|
||||
#define SPI_LL_SUPPORT_TIME_TUNING 1
|
||||
|
||||
|
Reference in New Issue
Block a user