Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
DMakefile35 CROSS_8266 ?= xtensa-lx106-elf-
36 CROSS_32 ?= xtensa-esp32-elf-
37 CROSS_32S2 ?= xtensa-esp32s2-elf-
38 CROSS_32S3 ?= xtensa-esp32s3-elf-
39 CROSS_ESPRISCV32 ?= riscv32-esp-elf-
60 STUB_ELF_8266 = $(BUILD_DIR)/$(STUB)_8266.elf
61 STUB_ELF_32 = $(BUILD_DIR)/$(STUB)_32.elf
62 STUB_ELF_32S2 = $(BUILD_DIR)/$(STUB)_32s2.elf
63 STUB_ELF_32S3_BETA_2 = $(BUILD_DIR)/$(STUB)_32s3beta2.elf
64 STUB_ELF_32S3 = $(BUILD_DIR)/$(STUB)_32s3.elf
[all …]
DREADME.md23 …SP8266 gcc toolchain (xtensa-lx106-elf-) and toolchains for ESP32 and later chips (xtensa-esp32-el…
/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/
DMakefile5 CROSS_8266 ?= xtensa-lx106-elf-
6 CROSS_32 ?= xtensa-esp32-elf-
7 CROSS_32S2 ?= xtensa-esp32s2-elf-
8 CROSS_32S3 ?= xtensa-esp32s3-elf-
9 CROSS_ESPRISCV32 ?= riscv32-esp-elf-
21 APP_ELF_8266 = $(BUILD_DIR)/$(APP)-esp8266.elf
22 APP_ELF_32 = $(BUILD_DIR)/$(APP)-esp32.elf
23 APP_ELF_32S2 = $(BUILD_DIR)/$(APP)-esp32s2.elf
24 APP_ELF_32S3_BETA_2 = $(BUILD_DIR)/$(APP)-esp32s3beta2.elf
25 APP_ELF_32S3 = $(BUILD_DIR)/$(APP)-esp32s3.elf
[all …]
/hal_espressif-latest/tools/esptool_py/test/elf2image/esp32-too-many-sections/
DMakefile12 CC=xtensa-esp32-elf-gcc
16 BIN=esp32-too-many-sections.elf
/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py11 from elftools.elf.elffile import ELFFile
64 def assertImageDoesNotContainSection(self, image, elf, section_name): argument
69 with open(elf, "rb") as f:
84 def assertImageContainsSection(self, image, elf, section_name): argument
89 with open(elf, "rb") as f:
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt163 add_custom_command(TARGET bootloader.elf POST_BUILD
176 add_custom_command(TARGET bootloader.elf POST_BUILD
206 add_custom_command(TARGET bootloader.elf POST_BUILD
225 add_custom_command(TARGET bootloader.elf POST_BUILD
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst19 esptool.py --port COM4 write_flash 0x00000 my_app.elf-0x00000.bin 0x40000 my_app.elf-0x40000.bin
190 esptool.py --chip {IDF_TARGET_NAME} elf2image my_app.elf
201 …output for {IDF_TARGET_NAME} is two binary files: ``my_app.elf-0x00000.bin`` and ``my_app.elf-0x40…
207 esptool.py --chip {IDF_TARGET_NAME} elf2image --version=2 -o my_app-ota.bin my_app.elf
211 …ngle output binary "image file". By default this has the same name as the .elf file, with a .bin e…
215 esptool.py --chip {IDF_TARGET_NAME} elf2image my_esp_app.elf
Dbasic-options.rst16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg…
Dadvanced-commands.rst23 esptool.py verify_flash --diff yes 0x40000 my_app.elf-0x40000.bin
/hal_espressif-latest/west/
Dtools.py170 elf_path = args.elf
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py14 from elftools.elf import elffile
113 if not isinstance(s, elftools.elf.sections.SymbolTableSection):
/hal_espressif-latest/components/bootloader/
Dproject_include.cmake14 set(BOOTLOADER_ELF_FILE "${BOOTLOADER_BUILD_DIR}/bootloader.elf")
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB160 (10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.ld4 ab8282ae908fe9e7a63fb2a4ac2df013 ../../rom_image/prorom.elf
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32.ld5 ab8282ae908fe9e7a63fb2a4ac2df013 ../../rom_image/prorom.elf