Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h36 #define BOOTLOADER_STACK_OVERHEAD 0x0 macro
47 #define BOOTLOADER_USER_DRAM_END (DRAM_BUFFERS_START - BOOTLOADER_STACK_OVERHEAD)
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h43 #define BOOTLOADER_STACK_OVERHEAD 0x0 macro
52 #define BOOTLOADER_USER_DRAM_END (DRAM_BUFFERS_START + BOOTLOADER_STACK_OVERHEAD)
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h39 #define BOOTLOADER_STACK_OVERHEAD 0x0 macro
48 #define BOOTLOADER_USER_SRAM_END (DRAM_BUFFERS_START - BOOTLOADER_STACK_OVERHEAD)
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h47 #define BOOTLOADER_STACK_OVERHEAD 0x0 macro
55 (BOOTLOADER_USER_DRAM_END + BOOTLOADER_STACK_OVERHEAD + IRAM_DRAM_OFFSET)
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h49 #define BOOTLOADER_STACK_OVERHEAD 0x0 macro
57 #define BOOTLOADER_USER_DRAM_END (DRAM_BUFFERS_START - BOOTLOADER_STACK_OVERHEAD)