aboutsummaryrefslogtreecommitdiff
path: root/esp8266/main.c
AgeCommit message (Expand)Author
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-16esp8266: Implement task-based, event-driven interface with UART.Paul Sokolovsky
2015-01-15esp8266: Use dedicated heap allocated as static array.Paul Sokolovsky
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01esp8266: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-28esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George