nodemcu-firmware/ld
Johny Mattsson d5f71eb0c6 Simplified linker script handling of libc.
Having ascertained that the SDK itself has no (zero, zilch, nada) dependencies
on the standard C library, the NodeMCU linker script now puts any and all
libc functions into irom, rather than carefully picking the ones that
were used by NodeMCU some months ago. This should help keep iram free for
the things which really need to be in iram (such as ISRs).
2016-01-28 17:56:01 +11:00
..
defsym.rom Sorted out linker scripts & options. 2015-10-12 13:26:04 +11:00
nodemcu.ld Simplified linker script handling of libc. 2016-01-28 17:56:01 +11:00