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 7fd1b4c commit 205aadcCopy full SHA for 205aadc
cores/esp32/esp32-hal-psram.c
@@ -31,6 +31,8 @@
31
#include "esp32p4/rom/cache.h"
32
#elif CONFIG_IDF_TARGET_ESP32C5
33
#include "esp32c5/rom/cache.h"
34
+#elif CONFIG_IDF_TARGET_ESP32C61
35
+#include "esp32c61/rom/cache.h"
36
#else
37
#error Target CONFIG_IDF_TARGET is not supported
38
#endif
0 commit comments