• Johny Mattsson's avatar
    Simplified linker script handling of libc. · d5f71eb0
    Johny Mattsson authored
    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).
    d5f71eb0
nodemcu.ld 5.71 KB