Home
last modified time | relevance | path

Searched full:spiram (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/boards/espressif/spiram_test/
Dsample.yaml2 description: Application to test memory allocation from SPIRAM
5 sample.board.esp32.spiram:
12 - "SPIRAM mem test pass"
DREADME.rst1 .. zephyr:code-sample:: esp32-spiram
2 :name: SPIRAM
4 Allocate memory from SPIRAM.
9 This sample shows how to allocate memory from SPIRAM by using
51 SPIRAM mem test pass
/Zephyr-latest/samples/boards/espressif/spiram_test/src/
Dmain.c19 printk("SPIRAM mem test failed\n"); in main()
21 printk("SPIRAM mem test pass\n"); in main()
/Zephyr-latest/soc/espressif/common/
DKconfig.spiram27 int "Size of SPIRAM heap"
31 Specify size of SPIRAM heap.
71 int "Size of SPIRAM part"
76 Specify size of SPIRAM part.
77 NOTE: If SPIRAM size is greater than 4MB, only
148 Enable MSPI Error-Correcting Code function when accessing SPIRAM.
236 value to the GPIO number of the SPIRAM WP pin.
DKconfig62 rsource "Kconfig.spiram"
/Zephyr-latest/tests/boards/espressif/cache_coex/
Dtestcase.yaml8 - spiram
/Zephyr-latest/soc/espressif/esp32s2/
Dsoc.c90 * If we need use SPIRAM, we should use data cache, or if we want to in __esp_platform_start()
94 * Enable data cache, so if we don't use SPIRAM, it just works. in __esp_platform_start()
Ddefault.ld1006 "External SPIRAM overflowed.")
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c207 TC_ERROR("SPIRAM allocation has failed\n"); in psram_init()
263 zassert_equal(true, coex_result.psram_ok, "SPIRAM integrity test failed"); in ZTEST()
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp3263 bool "Allocate memory of WiFi and NET in SPIRAM"
66 Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space
338 bool "Wifi adapter use SPIRAM heap"
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.c109 /* If we need use SPIRAM, we should use data cache. in __esp_platform_start()
Ddefault.ld913 /* --- START OF SPIRAM --- */
959 /* --- END OF SPIRAM --- */
1014 "External SPIRAM overflowed.")
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld715 /* --- SPIRAM BEGIN --- */
746 /* --- SPIRAM END --- */
927 "External SPIRAM overflowed.")
/Zephyr-latest/drivers/clock_control/
Dclock_control_esp32.c385 * 80MHz SPIRAM uses SPI2/SPI3 as well; it's initialized before this is called. Because it in esp32_clock_perip_init()