section `.text' will not fit in region `iram1_0_seg
Various searches have lead me to believe that the culprit is that my existing library doesn't use ICACHE_FLASH_ATTR on its functions. Annotating the every function in the existing library is a deal breaker... its just too big. I've gotten this library running on an 8-bit AVR w/ 8K of SRAM before, so this should be easy!
Are there any tricks I can use to tell the linker to put an entire set of things in flash w/o having to manually change an existing library.
thanks,
Adam