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 33
33
#endif
34
34
35
35
#ifdef CONFIG_IDF_TARGET_ESP32P4
36
- #include "esp_cache.h"
37
36
/* Enable workaround if got SPI Read Errors on ESP32-P4 due to caching */
38
37
#define SPI_WORKAROUND (0)
39
38
#else
40
39
#define SPI_WORKAROUND (0)
41
40
#endif
42
41
42
+ #if SPI_WORKAROUND
43
+ #include "esp_cache.h"
44
+ #endif
45
+
43
46
/* SPI_WORKAROUND requires DMA Aligned Buffers to be used */
44
47
#if SPI_WORKAROUND && !USE_DMA_ALIGNED_BUF
45
48
#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 "
2
2
description : ESP-Hosted provides driver such that any host can re-use ESP chipset as Wi-Fi or Bluetooth co-processor.
3
3
url : https://github.com/espressif/esp-hosted/tree/feature/esp_as_mcu_host
4
4
examples :
You can’t perform that action at this time.
0 commit comments