d5f71eb0c6
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). |
||
---|---|---|
.. | ||
defsym.rom | ||
nodemcu.ld |