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