espressif/elf_loader

1.3.2

Latest
uploaded 2 hours ago
Espressif ELF(Executable and Linkable Format) Loader

5 examples

  • build_elf_file_example
    This example shows how to build an ELF file for supported ESP32 chips using specific commands.
    1.73 KB
  • build_shared_library_example
    This example shows how to build a shared library for supported ESP32 chip variants.
    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.
    18.49 KB
  • elf_embed_example
    This example demonstrates how to utilize an ELF loader to execute an ELF file embedded in the main project file.
    6.49 KB
  • elf_loader_example
    This example shows how to use the ELF loader to run ELF files on supported ESP32-based development boards.
    5.89 KB