An old issue still not solved. I read a topic https://github.com/esp8266/Arduino/pull/106/files on moving a library from IRAM section to the FLASH section.
Can that be done with VGDB as well?
In the memory explorer I observe that library libgcc2.c occupies 2721 bytes. Could they be moved to the flash section?
If so, can you provide me an example how to do that?