/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/ |
D | Makefile | 54 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tapp_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %… 58 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tapp_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $^… 62 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tapp_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %… 66 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tapp_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %… 70 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tapp_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %… 74 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C3=1 -Tapp_32c3.ld -Wl,-Map=$(@:.elf=.map)… 78 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C2=1 -Tapp_32c2.ld -Wl,-Map=$(@:.elf=.map)… 82 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C6=1 -Tapp_32c6.ld -Wl,-Map=$(@:.elf=.map)… 86 …32)gcc $(CFLAGS_ESPRISCV32) -DESP32C61=1 -Tapp_32c61.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c… 90 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32H2=1 -Tapp_32h2.ld -Wl,-Map=$(@:.elf=.map)… [all …]
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | Makefile | 132 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tstub_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter … 136 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tstub_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $… 140 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tstub_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter … 144 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3BETA2=1 -Tstub_32s3_beta_2.ld -Wl,-Map=$(@:.elf=.map) -o … 148 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tstub_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter … 152 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C3=1 -Tstub_32c3.ld -Wl,-Map=$(@:.elf=.map… 156 …(CFLAGS_ESPRISCV32) -DESP32C6BETA=1 -Tstub_32c6_beta.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c… 160 …LAGS_ESPRISCV32) -DESP32H2BETA1=1 -Tstub_32h2_beta_1.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c… 164 …LAGS_ESPRISCV32) -DESP32H2BETA2=1 -Tstub_32h2_beta_2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c… 168 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C2=1 -Tstub_32c2.ld -Wl,-Map=$(@:.elf=.map… [all …]
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 197 …regdma_link_new_addr_map_default((void *)(config->addr_map.backup), (void *)(config->addr_map.map), in regdma_link_init_addr_map_wrapper() 250 (void *)(config->addr_map.map), config->head.length, (void *)(config->addr_map.restore), in regdma_link_init_branch_addr_map_wrapper() 745 regdma_link_addr_map_t *map = CONTAINER_OF(link, regdma_link_addr_map_t, head); in print_info_addr_map_wrapper() local 747 … map->stat.module, map->stat.id, link, *(uint32_t *)&map->head, map->body.next, map->body.backup, in print_info_addr_map_wrapper() 748 map->body.restore, map->body.mem, map->body.map[0], map->body.map[1], in print_info_addr_map_wrapper() 749 map->body.map[2], map->body.map[3]); in print_info_addr_map_wrapper() 750 print_info_link_data(out, (const uint32_t *)map->body.mem, head.length); in print_info_addr_map_wrapper() 775 regdma_link_branch_addr_map_t *map = CONTAINER_OF(link, regdma_link_branch_addr_map_t, head); in print_info_branch_addr_map_wrapper() local 777 …map->stat.module, map->stat.id, link, *(uint32_t *)&map->head, map->body.next[0], map->body.next[1… in print_info_branch_addr_map_wrapper() 778 map->body.next[3], map->body.backup, map->body.restore, map->body.mem, map->body.map[0], in print_info_branch_addr_map_wrapper() [all …]
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | regdma_link.h | 70 plink->body.map[0] = bitmap[0]; in regdma_link_init_addr_map() 71 plink->body.map[1] = bitmap[1]; in regdma_link_init_addr_map() 72 plink->body.map[2] = bitmap[2]; in regdma_link_init_addr_map() 73 plink->body.map[3] = bitmap[3]; in regdma_link_init_addr_map() 145 plink->body.map[0] = bitmap[0]; in regdma_link_init_branch_addr_map() 146 plink->body.map[1] = bitmap[1]; in regdma_link_init_branch_addr_map() 147 plink->body.map[2] = bitmap[2]; in regdma_link_init_branch_addr_map() 148 plink->body.map[3] = bitmap[3]; in regdma_link_init_branch_addr_map()
|
D | esp_regdma.h | 106 volatile uint32_t map[4]; member 131 volatile uint32_t map[4]; member 244 .map = {__VA_ARGS__} \
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 74 bool "Use hash map mechanism to access heap trace records" 78 Enable this flag to use a hash map to increase performance in handling 88 int "The number of entries in the hash map" 94 the bigger the hash map will be in the memory. In case the tracing mode is set to
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 55 static spi_flash_mmap_handle_t map; variable 64 if (map) { in bootloader_mmap() 71 esp_err_t err = spi_flash_mmap(src_page, size, SPI_FLASH_MMAP_DATA, &result, &map); in bootloader_mmap() 81 if (mapping && map) { in bootloader_munmap() 82 spi_flash_munmap(map); in bootloader_munmap() 84 map = 0; in bootloader_munmap()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 52 static spi_flash_mmap_handle_t map; variable 61 if (map) { in bootloader_mmap() 68 esp_err_t err = spi_flash_mmap(src_page, size, SPI_FLASH_MMAP_DATA, &result, &map); in bootloader_mmap() 78 if (mapping && map) { in bootloader_munmap() 79 spi_flash_munmap(map); in bootloader_munmap() 81 map = 0; in bootloader_munmap()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | intpri_struct.h | 61 uint32_t map:4; member
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 27 memory region in the CPU's memory map, by integrating it in the heap as 'special' memory 32 bool "Integrate RAM into memory map"
|
/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 13 # affinity_expression: bit map of cores the function is executed on
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | memory.ld.in | 29 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 18 "${BOOTLOADER_BUILD_DIR}/bootloader.map"
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 39 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
/hal_espressif-latest/components/spi_flash/ |
D | esp_flash_api.c | 1148 const uint8_t *map; in esp_flash_read_encrypted() local 1153 err = spi_flash_mmap(map_src, map_size, SPI_FLASH_MMAP_DATA, (const void **)&map, &map_handle); in esp_flash_read_encrypted() 1157 memcpy(out_buffer, map + (address - map_src), length); in esp_flash_read_encrypted()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 462 bool "BLE ACL channel map update procedure" 467 when instant passed in channel map update procedure. 476 for each channel and then start a timer to check and update the channel map every 4 seconds.
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 485 for each channel and then start a timer to check and update the channel map every 4 seconds. 503 bool "BLE ACL channel map update procedure" 507 when instant passed in channel map update procedure.
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 54 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 6 /* Simplified memory map for the bootloader.
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | memory.ld.in | 57 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 11 /* Simplified memory map for the bootloader
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 51 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/ |
D | bootloader.ld | 6 /** Simplified memory map for the bootloader.
|