Updated elf_loader library to latest from GitHub (#234)

This commit is contained in:
Ken Van Hoeylandt
2025-02-22 23:57:45 +01:00
committed by GitHub
parent 6d1d08944b
commit bd2786b122
45 changed files with 641 additions and 483 deletions
+3 -1
View File
@@ -11,6 +11,8 @@ This ELF loader supports following SoCs:
- ESP32
- ESP32-S2, support running ELF in PSRAM
- ESP32-S3, support running ELF in PSRAM
- ESP32-P4, support running ELF in PSRAM
- ESP32-C6
### Usage
@@ -20,7 +22,7 @@ Add a dependency on this component in your component or project's idf_component.
```yml
dependencies:
espressif/elf_loader: "0.*"
espressif/elf_loader: "1.*"
```
Enable ELF loader in the menuconfig: