Home
last modified time | relevance | path

Searched refs:BOOTLOADER_USER_DRAM_END (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h47 #define BOOTLOADER_USER_DRAM_END (DRAM_BUFFERS_START - BOOTLOADER_STACK_OVERHEAD) macro
51 (BOOTLOADER_USER_DRAM_END - BOOTLOADER_IRAM_LOADER_SEG_LEN + IRAM_DRAM_OFFSET)
Ddefault.ld20 user_iram_end = (BOOTLOADER_USER_DRAM_END + IRAM_DRAM_OFFSET);
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h57 #define BOOTLOADER_USER_DRAM_END (DRAM_BUFFERS_START - BOOTLOADER_STACK_OVERHEAD) macro
61 (BOOTLOADER_USER_DRAM_END - BOOTLOADER_IRAM_LOADER_SEG_LEN + IRAM_DRAM_OFFSET)
74 #define USER_DRAM_END BOOTLOADER_USER_DRAM_END
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h52 #define BOOTLOADER_USER_DRAM_END (DRAM_BUFFERS_START + BOOTLOADER_STACK_OVERHEAD) macro
56 (BOOTLOADER_USER_DRAM_END - BOOTLOADER_IRAM_LOADER_SEG_LEN + IRAM_DRAM_OFFSET)
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h44 #define BOOTLOADER_USER_DRAM_END DRAM_BUFFERS_START macro
55 (BOOTLOADER_USER_DRAM_END + BOOTLOADER_STACK_OVERHEAD + IRAM_DRAM_OFFSET)