summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/gccollect.h
Commit message (Collapse)AuthorAge
* esp8266: When doing GC be sure to trace the memory holding native code.Damien George2016-12-20
| | | | | Native code can hold pointers to objects on the heap, eg constant objects like big integers.
* esp8266: Fix garbage collector by hard-coding stack end address.Josef Gajdusek2015-05-06
| | | | | | | As user_init() is not a true main functions, the stack pointer captured within is not pointing at the base of the stack. This caused gc_collect being called with sp being higher than stack_end, causing integer overflow and crashing as gc tried to scan almost the entire address space.
* esp8266: New port of Micro Python to ESP8266 wifi module.Damien George2014-11-27