Searched refs:elf (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | Makefile | 35 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 …]
|
D | README.md | 23 …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/ |
D | Makefile | 5 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/ |
D | Makefile | 12 CC=xtensa-esp32-elf-gcc 16 BIN=esp32-too-many-sections.elf
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_imagegen.py | 11 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/ |
D | CMakeLists.txt | 163 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/ |
D | basic-commands.rst | 19 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
|
D | basic-options.rst | 16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg…
|
D | advanced-commands.rst | 23 esptool.py verify_flash --diff yes 0x40000 my_app.elf-0x40000.bin
|
/hal_espressif-latest/west/ |
D | tools.py | 170 elf_path = args.elf
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 14 from elftools.elf import elffile 113 if not isinstance(s, elftools.elf.sections.SymbolTableSection):
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 14 set(BOOTLOADER_ELF_FILE "${BOOTLOADER_BUILD_DIR}/bootloader.elf")
|
/hal_espressif-latest/components/newlib/ |
D | COPYING.NEWLIB | 160 (10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.ld | 4 ab8282ae908fe9e7a63fb2a4ac2df013 ../../rom_image/prorom.elf
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32.ld | 5 ab8282ae908fe9e7a63fb2a4ac2df013 ../../rom_image/prorom.elf
|