esp_mm: cache_msync API

This commit is contained in:
Armando
2023-02-15 12:29:34 +08:00
parent 8486a2c3ad
commit fda9746bb8
37 changed files with 740 additions and 39 deletions

View File

@@ -267,6 +267,10 @@ config SOC_BROWNOUT_RESET_SUPPORTED
bool
default y
config SOC_CACHE_WRITEBACK_SUPPORTED
bool
default y
config SOC_CP_DMA_MAX_BUFFER_SIZE
int
default 4095

View File

@@ -122,6 +122,9 @@
/*-------------------------- BROWNOUT CAPS -----------------------------------*/
#define SOC_BROWNOUT_RESET_SUPPORTED 1
/*-------------------------- CACHE CAPS --------------------------------------*/
#define SOC_CACHE_WRITEBACK_SUPPORTED 1
/*-------------------------- CP-DMA CAPS -------------------------------------*/
#define SOC_CP_DMA_MAX_BUFFER_SIZE (4095) /*!< Maximum size of the buffer that can be attached to descriptor */