summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/main.c
Commit message (Expand)AuthorAge
* esp8266: Move initialization to system_init_done_cbJosef Gajdusek2015-05-26
* esp8266: Add support for frozen modulesJosef Gajdusek2015-05-06
* esp8266: Fix garbage collector by hard-coding stack end address.Josef Gajdusek2015-05-06
* pyexec: Make raw REPL work with event-driven version of pyexec.Damien George2015-05-06
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* esp8266: Implement task-based, event-driven interface with UART.Paul Sokolovsky2015-01-16
* esp8266: Use dedicated heap allocated as static array.Paul Sokolovsky2015-01-15
* py: Put all global state together in state structures.Damien George2015-01-07
* esp8266: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George2014-11-28
* esp8266: New port of Micro Python to ESP8266 wifi module.Damien George2014-11-27