mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	esp32c3: correct name for RTC memory region in heap
This commit is contained in:
		@@ -42,7 +42,8 @@ const soc_memory_type_desc_t soc_memory_types[] = {
 | 
				
			|||||||
    { "D/IRAM", { 0, MALLOC_CAP_DMA | MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL | MALLOC_CAP_DEFAULT, MALLOC_CAP_32BIT | MALLOC_CAP_EXEC }, true, false},
 | 
					    { "D/IRAM", { 0, MALLOC_CAP_DMA | MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL | MALLOC_CAP_DEFAULT, MALLOC_CAP_32BIT | MALLOC_CAP_EXEC }, true, false},
 | 
				
			||||||
    // Type 3: IRAM
 | 
					    // Type 3: IRAM
 | 
				
			||||||
    { "IRAM", { MALLOC_CAP_EXEC | MALLOC_CAP_32BIT | MALLOC_CAP_INTERNAL, 0, 0 }, false, false},
 | 
					    { "IRAM", { MALLOC_CAP_EXEC | MALLOC_CAP_32BIT | MALLOC_CAP_INTERNAL, 0, 0 }, false, false},
 | 
				
			||||||
    { "FAKEDRAM", { MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CAP_32BIT, 0 }, false, false},
 | 
					    // Type 4: RTCRAM
 | 
				
			||||||
 | 
					    { "RTCRAM", { MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CAP_32BIT, 0 }, false, false},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef CONFIG_ESP_SYSTEM_MEMPROT_FEATURE
 | 
					#ifdef CONFIG_ESP_SYSTEM_MEMPROT_FEATURE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user