Ivan Grokhotkov 1da3204a7c spiram: expose function to initialize SPI RAM cache
Some frameworks based on ESP-IDF need to be able to decide whether to
initialize SPI RAM after the application has started. This change splits
out part of esp_spiram_init which manipulate cache MMU into a separate
function. Applications can disable cache, call esp_spiram_init_cache,
re-enable cache, and then call esp_spiram_init.
Disabling and re-enabling the cache can be achieved using functions
provided in esp_spi_flash.h.
2017-10-16 09:15:11 +08:00
..
2017-09-12 12:12:13 +08:00
2017-10-13 18:27:53 +08:00
2016-08-17 23:08:22 +08:00
2017-04-11 15:45:54 +08:00
2017-09-13 16:55:30 +08:00
2017-09-13 16:55:30 +08:00
2017-10-13 15:10:34 +08:00