micropython/cc3200/util
danicampora 26cbc91373 cc3200: Place functions only used while booting in a special section.
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.
2015-03-11 16:59:29 +01:00
..
fifo.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
fifo.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
gccollect.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
gccollect.h cc3200: Place functions only used while booting in a special section. 2015-03-11 16:59:29 +01:00
gchelper.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
gchelper.s cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
hash.c cc3200: Remove dependencies from FreeRTOS. 2015-02-22 17:50:50 +01:00
hash.h cc3200: Remove dependencies from FreeRTOS. 2015-02-22 17:50:50 +01:00
random.c drivers/cc3100: Remove dependence on debug.h. 2015-02-21 22:04:07 +00:00
random.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
socketfifo.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
socketfifo.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
std.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00