Home
last modified time | relevance | path

Searched refs:BOOTLOADER_IRAM_SEG_START (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h52 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN) macro
54 (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN - IRAM_DRAM_OFFSET)
Dmcuboot.ld24 iram_seg (RWX) : org = BOOTLOADER_IRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h57 #define BOOTLOADER_IRAM_SEG_START \ macro
60 (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN - IRAM_DRAM_OFFSET)
Dmcuboot.ld24 iram_seg (RX) : org = BOOTLOADER_IRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h52 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN) macro
53 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld24 iram_seg (RX) : org = BOOTLOADER_IRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h58 #define BOOTLOADER_IRAM_SEG_START \ macro
61 (BOOTLOADER_IRAM_SEG_START - IRAM_DRAM_OFFSET - BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld24 iram_seg (RX) : org = BOOTLOADER_IRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h62 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN) macro
63 #define BOOTLOADER_DRAM_SEG_END (BOOTLOADER_IRAM_SEG_START - IRAM_DRAM_OFFSET)
Dmcuboot.ld27 iram_seg (RWX) : org = BOOTLOADER_IRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h65 #define BOOTLOADER_IRAM_SEG_START 0x400a0000 macro
Dmcuboot.ld27 iram_seg (RWX) : org = BOOTLOADER_IRAM_SEG_START,