Search found 1 match
- Tue Apr 30, 2019 3:01 pm
- Forum: Showcase
- Topic: ESP32 library to load in ram and relocate elf file
- Replies: 1
- Views: 5552
ESP32 library to load in ram and relocate elf file
Hi, https://github.com/niicoooo/esp32-elfloader This is a library which loads in ram an elf module, relocates it and links it with the symbols already present in flash. It can be used during development: remotely loading only the part of the code to be tested. It permits to avoid to be forced to fla...