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 2829481 commit 29df728Copy full SHA for 29df728
components/esp_psram/Kconfig.spiram.common
@@ -69,6 +69,7 @@ choice SPIRAM_USE
69
return SPI RAM pointers.
70
71
config SPIRAM_USE_MEMMAP
72
+ depends on IDF_TARGET_ESP32
73
bool "Integrate RAM into memory map"
74
config SPIRAM_USE_CAPS_ALLOC
75
bool "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)"
0 commit comments