mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00: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.
 | 
			
		||||
 | 
			
		||||
    config SPIRAM_USE_MEMMAP
 | 
			
		||||
        depends on IDF_TARGET_ESP32
 | 
			
		||||
        bool "Integrate RAM into memory map"
 | 
			
		||||
    config SPIRAM_USE_CAPS_ALLOC
 | 
			
		||||
        bool "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user