Search found 1 match

by 1niicoooo1
Tue Apr 30, 2019 3:01 pm
Forum: Showcase
Topic: ESP32 library to load in ram and relocate elf file
Replies: 1
Views: 4863

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...