Closed BlackVS closed 4 years ago
Here is patch to avoid elf file patching. Only one moment - project should be build using "make" not "idf.py" due to idf.py discards custom linker flags.
Just tested it. Works like a charm. I just did not get the reason for make instead of idf.py build, since project.mk is common for the idf tools.
make
idf.py build
Here is patch to avoid elf file patching. Only one moment - project should be build using "make" not "idf.py" due to idf.py discards custom linker flags.