spi_flash_cache_enabled() - deprecated?
Posted: Thu Jan 11, 2024 7:19 pm
I'm trying to build some third-party code with spi_flash_cache_enabled().
I included esp_spi_flash.h and I see there is the below warrning:
Does that mean that the spi_flash_cache_enabled() method is deprecated too?
Is there documentation on migrating from esp_spi_flash.h to spi_flash_mmap.h?
I included esp_spi_flash.h and I see there is the below warrning:
Code: Select all
#warning esp_spi_flash.h is deprecated, please use spi_flash_mmap.h instead
#include "spi_flash_mmap.h"
Is there documentation on migrating from esp_spi_flash.h to spi_flash_mmap.h?