Skip to content

Commit 828a185

Browse files
authored
Add support for ESP32C61 target in PSRAM
1 parent 21781d2 commit 828a185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp32/esp32-hal-psram.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "esp32p4/rom/cache.h"
3232
#elif CONFIG_IDF_TARGET_ESP32C5
3333
#include "esp32c5/rom/cache.h"
34+
#elif CONFIG_IDF_TARGET_ESP32C61
35+
#include "esp32c61/rom/cache.h"
3436
#else
3537
#error Target CONFIG_IDF_TARGET is not supported
3638
#endif

0 commit comments

Comments
 (0)