summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/main.c
Commit message (Expand)AuthorAge
* esp8266: Support dedicated REPL loop (aka pull-style).Paul Sokolovsky2016-04-01
* esp8266: Reset term_obj on reboot.Damien George2016-03-31
* esp8266: Implement input part of dupterm handling.Paul Sokolovsky2016-03-31
* esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.Paul Sokolovsky2016-03-29
* esp8266: Allow to build without FatFs support again.Paul Sokolovsky2016-03-28
* esp8266: Support importing modules from filesystem.Paul Sokolovsky2016-03-28
* esp8266: Zero out fs_user_mount state on (soft) reset.Damien George2016-03-28
* esp8266: Set up UART handling task soon into init process.Paul Sokolovsky2016-03-27
* esp8266/main: Module to run on boot is "boot", not "main".Paul Sokolovsky2016-03-08
* esp8266: Enable stack overflow checking.Paul Sokolovsky2016-03-07
* esp8266: Support raising KeyboardInterrupt on Ctrl+C.Paul Sokolovsky2016-03-05
* esp8266: Change "soft reboot" message to work with pyboard.py.Damien George2016-03-02
* lib/utils: Add pyexec_frozen_module to load and execute frozen module.Damien George2015-12-26
* lib/pyexec: Move header pyexec.h from stmhal directory.Damien George2015-11-09
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* esp8266: Switch to standard mp_hal_delay_us() MPHAL function.Paul Sokolovsky2015-10-29
* 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