Merge branch 'docs/add_flash_to_psram_feature' into 'master'

docs: add the flash content moved to psram feature

Closes IDF-5885

See merge request espressif/esp-idf!19908
This commit is contained in:
Wan Lei
2022-10-17 14:51:15 +08:00
10 changed files with 113 additions and 31 deletions

View File

@@ -731,6 +731,10 @@ config SOC_SPIRAM_SUPPORTED
bool
default y
config SOC_SPIRAM_XIP_SUPPORTED
bool
default y
config SOC_USB_PERIPH_NUM
bool
default y

View File

@@ -321,7 +321,8 @@
#define SOC_UART_BITRATE_MAX (5000000) /*!< Max bit rate supported by UART */
/*-------------------------- SPIRAM CAPS -------------------------------------*/
#define SOC_SPIRAM_SUPPORTED 1
#define SOC_SPIRAM_SUPPORTED 1
#define SOC_SPIRAM_XIP_SUPPORTED 1
/*-------------------------- USB CAPS ----------------------------------------*/
#define SOC_USB_PERIPH_NUM 1