mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 05:36:31 +00:00
feat(driver_spi): update p4 eco5 spi support on real chip
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