mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
fix(esp_psram): make SPIRAM_USE_MEMMAP depend on ESP32 target
This commit is contained in:
@@ -69,6 +69,7 @@ choice SPIRAM_USE
|
|||||||
return SPI RAM pointers.
|
return SPI RAM pointers.
|
||||||
|
|
||||||
config SPIRAM_USE_MEMMAP
|
config SPIRAM_USE_MEMMAP
|
||||||
|
depends on IDF_TARGET_ESP32
|
||||||
bool "Integrate RAM into memory map"
|
bool "Integrate RAM into memory map"
|
||||||
config SPIRAM_USE_CAPS_ALLOC
|
config SPIRAM_USE_CAPS_ALLOC
|
||||||
bool "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)"
|
bool "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)"
|
||||||
|
Reference in New Issue
Block a user