mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
esp_system: make rtc fast memory to heap configuration unified across chips
Closes IDF-2503
This commit is contained in:
@@ -515,14 +515,4 @@ menu "ESP32S3-Specific"
|
||||
help
|
||||
RAM size dedicated for static variables (.data & .bss sections).
|
||||
|
||||
config ESP32S3_ALLOW_RTC_FAST_MEM_AS_HEAP
|
||||
bool "Enable RTC fast memory for dynamic allocations"
|
||||
depends on !ESP32S3_MEMPROT_FEATURE
|
||||
default y
|
||||
help
|
||||
This config option allows to add RTC fast memory region to system heap with capability
|
||||
similar to that of DRAM region but without DMA. This memory will be consumed first per
|
||||
heap initialization order by early startup services and scheduler related code. Speed
|
||||
wise RTC fast memory operates on APB clock and hence does not have much performance impact.
|
||||
|
||||
endmenu # ESP32S3-Specific
|
||||
|
||||
Reference in New Issue
Block a user