summaryrefslogtreecommitdiff
path: root/esp8266/main.c
AgeCommit message (Expand)Author
2016-07-23esp8266: dupterm_task_init() should be called before running _boot.py, etc.Paul Sokolovsky
2016-07-04esp8266/main: Init recently added dupterm_arr_obj port state var.Paul Sokolovsky
2016-06-26esp8266/main.c: Clear the command line history when (re)booting.Robert HH
2016-05-22esp8266/main: Update _boot module loading for recent frozen modules refactors.Paul Sokolovsky
2016-05-09esp8266/main: Bump heap size to 28K.Paul Sokolovsky
2016-05-03esp8266/main: Set sys.path to ["", "/", "/lib"].Paul Sokolovsky
2016-04-14esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.Damien George
2016-04-10esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().Paul Sokolovsky
2016-04-10esp8266: Implement multistage bootstrap sequence.Damien George
2016-04-03esp8266: Bump heap size to 24k.Paul Sokolovsky
2016-04-01esp8266: Support dedicated REPL loop (aka pull-style).Paul Sokolovsky
2016-03-31esp8266: Reset term_obj on reboot.Damien George
2016-03-31esp8266: Implement input part of dupterm handling.Paul Sokolovsky
2016-03-29esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.Paul Sokolovsky
2016-03-28esp8266: Allow to build without FatFs support again.Paul Sokolovsky
2016-03-28esp8266: Support importing modules from filesystem.Paul Sokolovsky
2016-03-28esp8266: Zero out fs_user_mount state on (soft) reset.Damien George
2016-03-27esp8266: Set up UART handling task soon into init process.Paul Sokolovsky
2016-03-08esp8266/main: Module to run on boot is "boot", not "main".Paul Sokolovsky
2016-03-07esp8266: Enable stack overflow checking.Paul Sokolovsky
2016-03-05esp8266: Support raising KeyboardInterrupt on Ctrl+C.Paul Sokolovsky
2016-03-02esp8266: Change "soft reboot" message to work with pyboard.py.Damien George
2015-12-26lib/utils: Add pyexec_frozen_module to load and execute frozen module.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-29esp8266: Switch to standard mp_hal_delay_us() MPHAL function.Paul Sokolovsky
2015-05-26esp8266: Move initialization to system_init_done_cbJosef Gajdusek
2015-05-06esp8266: Add support for frozen modulesJosef Gajdusek
2015-05-06esp8266: Fix garbage collector by hard-coding stack end address.Josef Gajdusek
2015-05-06pyexec: Make raw REPL work with event-driven version of pyexec.Damien George
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