espressif/elf_loader

1.3.1

Latest
uploaded 3 weeks ago
Espressif ELF(Executable and Linkable Format) Loader

5 examples

  • build_elf_file_example
    This example shows how to build an ELF file for ESP32 microcontrollers. It includes instructions on setting the target chip and commands for building…
    1.73 KB
  • build_shared_library_example
    This example shows how to build a shared library for supported ESP32 chip targets. It includes instructions for setting the chip target and building…
    1.75 KB
  • elf_console_example
    This example demonstrates how to dynamically load and execute shared objects (.so) or ELF applications (.elf) from the file system on supported ESP32…
    18.21 KB
  • elf_embed_example
    This example demonstrates how to utilize the ELF loader to run an ELF file embedded within the main project file. It provides instructions for…
    6.48 KB
  • elf_loader_example
    This example demonstrates how to use an ELF loader to execute ELF files on supported ESP32 series chips. It provides instructions for project…
    5.88 KB