Searched refs:spiram (Results 1 – 9 of 9) sorted by relevance
405 volatile int *spiram = (volatile int *)v_start; in s_test_psram() local410 intptr_t addr = (intptr_t)&spiram[p]; in s_test_psram()414 spiram[p] = p ^ 0xAAAAAAAA; in s_test_psram()417 intptr_t addr = (intptr_t)&spiram[p]; in s_test_psram()421 if (spiram[p] != (p ^ 0xAAAAAAAA)) { in s_test_psram()
5 orsource "./$IDF_TARGET/Kconfig.spiram"
62 If enabled, instruction cache will use wrap mode to read spi flash (maybe spiram).70 If enabled, data cache will use wrap mode to read spiram (maybe spi flash).
8 # Note: the only difference between esp32-spiram-rom-functions-c.lf9 # and esp32-spiram-rom-functions-psram-workaround.lf is the archive name.
26 set(ldfragments "esp32-spiram-rom-functions-c.lf")
93 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
111 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
62 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …247 … If spiram 2T mode is enabled, the size of 64Mbit psram will be changed as 32Mbit, so himem will be
17 orsource "./port/$IDF_TARGET/Kconfig.spiram"