We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f3ba8 commit 72c641aCopy full SHA for 72c641a
cores/esp32/Esp.cpp
@@ -41,6 +41,9 @@ extern "C" {
41
#include "hal/spi_flash_ll.h"
42
#if CONFIG_IDF_TARGET_ESP32
43
#include "soc/spi_struct.h"
44
+#elif CONFIG_IDF_TARGET_ESP32P4 || CONFIG_IDF_TARGET_ESP32C5
45
+#include "hal/spimem_flash_ll.h"
46
+#include "soc/spi_mem_c_struct.h"
47
#else
48
#include "hal/spimem_flash_ll.h"
49
#include "soc/spi_mem_struct.h"
0 commit comments