esp-idf/components/esp32/include
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
..
hwcrypto
rom
xtensa
esp_assert.h
esp_attr.h
esp_brownout.h
esp_cache_err_int.h
esp_clk.h
esp_coexist.h
esp_core_dump.h
esp_crosscore_int.h
esp_deep_sleep.h
esp_deepsleep.h
esp_dport_access.h Panic: stop dport access handler without trying to use a lock 2017-09-11 17:24:22 +08:00
esp_err.h
esp_event.h
esp_event_loop.h
esp_flash_data_types.h
esp_freertos_hooks.h bugfix/freertos_dual_core_hooks 2017-10-13 18:27:53 +08:00
esp_gdbstub.h
esp_int_wdt.h
esp_interface.h
esp_intr.h
esp_intr_alloc.h fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled. 2017-09-06 15:20:01 +08:00
esp_ipc.h
esp_now.h add ESPNOW feature 2017-09-12 12:12:13 +08:00
esp_panic.h
esp_phy_init.h phy init: remove descriptions of PHY init parameters 2017-10-09 14:40:08 +08:00
esp_sleep.h
esp_smartconfig.h
esp_spiram.h spiram: expose function to initialize SPI RAM cache 2017-10-16 09:15:11 +08:00
esp_ssc.h
esp_system.h
esp_task.h
esp_task_wdt.h Revert "esp32: New Task Watchdog API" 2017-09-30 18:07:19 +08:00
esp_types.h
esp_wifi.h esp32: add const for some WiFi api 2017-10-13 15:10:34 +08:00
esp_wifi_crypto_types.h
esp_wifi_internal.h Merge branch 'feature/add_const_for_wifi_api' into 'master' 2017-10-13 17:08:29 +08:00
esp_wifi_types.h wifi: optimize scan feature 2017-10-10 12:27:02 +08:00
esp_wpa2.h esp32: add const for some WiFi api 2017-10-13 15:10:34 +08:00
esp_wps.h