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-08-28 11:35:27 +08:00
2016-09-26 01:17:32 +08:00
2016-11-17 12:09:08 +08:00
2016-11-22 00:57:19 +08:00
2017-09-12 12:12:13 +08:00
2016-12-15 18:20:00 +08:00
2017-10-10 12:27:02 +08:00
2017-10-13 15:10:34 +08:00
2017-10-13 15:10:34 +08:00