summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/main.c
Commit message (Expand)AuthorAge
* 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