ESP32 (Xtensa) ELF Loader
| src | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
Expel
An ESP32 (Xtensa) ELF Loader.
It allows you to load and execute ELF binaries from your Rust-based ESP-HAL
(no_std) firmware.
Spatial Tanks
(Special Thanks)
- ELF Loader IDF Component: This crate is mostly a Rust port of this library adapted for use outside of IDF.