26cbc91373
Such functions are never used after MicroPython has started, and they remain in RAM wasting space. Now they are placed in a special section named "boot" which sits just before the heap, allowing us to extend the effective heap area up to the new boot section. Right now, this gives us back ~1K, but in the future, more functions might end up in there as well. |
||
---|---|---|
.. | ||
fifo.c | ||
fifo.h | ||
gccollect.c | ||
gccollect.h | ||
gchelper.h | ||
gchelper.s | ||
hash.c | ||
hash.h | ||
random.c | ||
random.h | ||
socketfifo.c | ||
socketfifo.h | ||
std.h |