feat(cache): added cache msync doc

This commit is contained in:
Armando
2023-09-27 13:08:28 +08:00
parent 492c819357
commit 4215adcdb4
10 changed files with 160 additions and 10 deletions
@@ -115,6 +115,10 @@ config SOC_SPIRAM_SUPPORTED
bool
default y
config SOC_PSRAM_DMA_CAPABLE
bool
default y
config SOC_XTAL_SUPPORT_40M
bool
default y
@@ -74,6 +74,7 @@
#define SOC_LP_GPIO_MATRIX_SUPPORTED 1
#define SOC_LP_PERIPHERALS_SUPPORTED 1
#define SOC_SPIRAM_SUPPORTED 1
#define SOC_PSRAM_DMA_CAPABLE 1
// #define SOC_ULP_SUPPORTED 1 //TODO: IDF-7534
// #define SOC_SDMMC_HOST_SUPPORTED 1 //TODO: IDF-6502
// #define SOC_CLK_TREE_SUPPORTED 1 //TODO: IDF-7526