File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333#endif
3434
3535#ifdef CONFIG_IDF_TARGET_ESP32P4
36- #include "esp_cache.h"
3736/* Enable workaround if got SPI Read Errors on ESP32-P4 due to caching */
3837#define SPI_WORKAROUND (0)
3938#else
4039#define SPI_WORKAROUND (0)
4140#endif
4241
42+ #if SPI_WORKAROUND
43+ #include "esp_cache.h"
44+ #endif
45+
4346/* SPI_WORKAROUND requires DMA Aligned Buffers to be used */
4447#if SPI_WORKAROUND && !USE_DMA_ALIGNED_BUF
4548#error SPI_WORKAROUND and USE_DMA_ALIGNED_BUF must be enabled together
Original file line number Diff line number Diff line change 1- version : " 0.0.20 "
1+ version : " 0.0.21 "
22description : ESP-Hosted provides driver such that any host can re-use ESP chipset as Wi-Fi or Bluetooth co-processor.
33url : https://github.com/espressif/esp-hosted/tree/feature/esp_as_mcu_host
44examples :
You can’t perform that action at this time.
0 commit comments