doc: added memory management programming guides

This commit is contained in:
Armando
2023-03-21 16:15:13 +08:00
parent ab63aaa4a2
commit abb03b8dc4
12 changed files with 187 additions and 5 deletions
+3 -3
View File
@@ -41,9 +41,9 @@ extern "C" {
* @note You should not call this during any Flash operations (e.g. esp_flash APIs, nvs and some other APIs that are based on esp_flash APIs)
* @note If XIP_From_PSRAM is enabled (by enabling both CONFIG_SPIRAM_FETCH_INSTRUCTIONS and CONFIG_SPIRAM_RODATA), you can call this API during Flash operations
*
* @param[in] Starting address to do the msync
* @param[in] Size to do the msync
* @param[in] Flags, see `ESP_CACHE_MSYNC_FLAG_x`
* @param[in] addr Starting address to do the msync
* @param[in] size Size to do the msync
* @param[in] flags Flags, see `ESP_CACHE_MSYNC_FLAG_x`
*
* @return
* - ESP_OK: