mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 13:03:51 +00:00
psram: support .bss on psram on esp32s3
This commit is contained in:
@@ -195,9 +195,14 @@ menu "ESP32S2-specific"
|
||||
bool "20Mhz clock speed"
|
||||
endchoice
|
||||
|
||||
config SPIRAM_SPEED
|
||||
int
|
||||
default 80 if SPIRAM_SPEED_80M
|
||||
default 40 if SPIRAM_SPEED_40M
|
||||
default 40 if SPIRAM_SPEED_26M
|
||||
default 40 if SPIRAM_SPEED_20M
|
||||
|
||||
# insert non-chip-specific items here NOERROR
|
||||
source "$IDF_PATH/components/esp_hw_support/Kconfig.spiram.common"
|
||||
source "$IDF_PATH/components/esp_hw_support/Kconfig.spiram.common" #insert non-chip-specific items here
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user