uploaded 1 year ago
Espressif ELF(Executable and Linkable Format) Loader

2 examples

  • build_elf_file_example
    This example shows how to build an ELF file for supported ESP32 chips. Before building, set the correct chip target using `idf.py set-target…
    1.64 KB
  • elf_loader_example
    This example shows how to use the ELF loader to run an ELF file on a development board based on the ESP32 series SoCs. It includes steps for…
    4.90 KB