mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-20 17:29:45 +01:00
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
|
|
CONFIG_IDF_TARGET="esp32p4"
|
||
|
|
|
||
|
|
# Enable experimental features, to set PSRAM frequency to 200 MHz
|
||
|
|
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
|
||
|
|
|
||
|
|
# Enable PSRAM and set PSRAM frequency
|
||
|
|
CONFIG_SPIRAM=y
|
||
|
|
CONFIG_SPIRAM_SPEED_200M=y
|
||
|
|
# CONFIG_SPIRAM_MEMTEST is not set
|
||
|
|
|
||
|
|
# Allocate USB_DWC DMA capable memory in PSRAM
|
||
|
|
CONFIG_USB_HOST_DWC_DMA_CAP_MEMORY_IN_PSRAM=y
|