Esp32/Components/spi_flash/include/iram_precache.h
Go to the documentation of this file.
1 /*
2  * Dummy stub. ESP32 has tons of IRAM.
3 */
4 
5 #pragma once
6 
13 #define IRAM_PRECACHE_ATTR
14 #define IRAM_PRECACHE_START(tag)
15 #define IRAM_PRECACHE_END(tag)
16