change(esp_driver_spi): increase SPI_PER_TRANS_POLLING peformance tolerance

This commit is contained in:
wuzhenghui 2024-09-11 10:52:19 +08:00
parent 13e42707a0
commit 21f79616bd
No known key found for this signature in database
GPG Key ID: 3EFEDECDEBA39BB9

View File

@ -70,7 +70,7 @@
#elif CONFIG_IDF_TARGET_ESP32P4
#define IDF_PERFORMANCE_MAX_SPI_CLK_FREQ 26*1000*1000
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING 44
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING 27
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING 28
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_NO_DMA 26
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING_NO_DMA 12