49 Commits (bf29fe2e138a30688cfb94ad3859f903f935ced1)

Author SHA1 Message Date
Damien George 4f29b315a6 esp8266: Only execute main.py if in friendly REPL mode. 8 years ago
Damien George 52f8f5666a esp8266: Update lexer constructors so they can raise exceptions. 8 years ago
Damien George f9ecd484bb esp8266: Change to use new generic VFS sub-system. 8 years ago
Damien George 48d81c6900 esp8266: Use core-provided keyboard exception object. 8 years ago
Damien George e8f2db7da3 py/runtime: Zero out fs_user_mount array in mp_init. 8 years ago
Damien George 3a4ebf5768 esp8266: Enable inline Xtensa assembler. 8 years ago
Damien George 45a6156dfd esp8266: Enable native emitter for Xtensa arch. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Paul Sokolovsky a6c9060d81 esp8266/main: Bump heap size to 36K. 8 years ago
Paul Sokolovsky 204222653e esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE. 8 years ago
Paul Sokolovsky 161e9f4115 esp8266/main: Put /lib before / in sys.path. 8 years ago
Paul Sokolovsky 6ab2c5e6cc lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port. 8 years ago
Paul Sokolovsky 77f0cd8027 esp8266: dupterm_task_init() should be called before running _boot.py, etc. 8 years ago
Paul Sokolovsky e07ef8f1a2 esp8266/main: Init recently added dupterm_arr_obj port state var. 8 years ago
Robert HH eb7637ba2e esp8266/main.c: Clear the command line history when (re)booting. 8 years ago
Paul Sokolovsky cb7693bab4 esp8266/main: Update _boot module loading for recent frozen modules refactors. 9 years ago
Paul Sokolovsky de5e0ed2e0 esp8266/main: Bump heap size to 28K. 9 years ago
Paul Sokolovsky fb5017f9dc esp8266/main: Set sys.path to ["", "/", "/lib"]. 9 years ago
Damien George 674bf1bc81 esp8266: Add hard IRQ callbacks for pin change on GPIO0-15. 9 years ago
Paul Sokolovsky c734de490a esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call(). 9 years ago
Damien George 6e87aeb841 esp8266: Implement multistage bootstrap sequence. 9 years ago
Paul Sokolovsky 69256ac0b1 esp8266: Bump heap size to 24k. 9 years ago
Paul Sokolovsky 785cf9a61f esp8266: Support dedicated REPL loop (aka pull-style). 9 years ago
Damien George 4b597a1c1a esp8266: Reset term_obj on reboot. 9 years ago
Paul Sokolovsky 98af891610 esp8266: Implement input part of dupterm handling. 9 years ago
Paul Sokolovsky d88250c06e esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect. 9 years ago
Paul Sokolovsky b4070ee8a4 esp8266: Allow to build without FatFs support again. 9 years ago
Paul Sokolovsky 2f02302e22 esp8266: Support importing modules from filesystem. 9 years ago
Damien George 71d40f132d esp8266: Zero out fs_user_mount state on (soft) reset. 9 years ago
Paul Sokolovsky 53302f1616 esp8266: Set up UART handling task soon into init process. 9 years ago
Paul Sokolovsky a0cd118b14 esp8266/main: Module to run on boot is "boot", not "main". 9 years ago
Paul Sokolovsky db984b73f3 esp8266: Enable stack overflow checking. 9 years ago
Paul Sokolovsky d3a4d39687 esp8266: Support raising KeyboardInterrupt on Ctrl+C. 9 years ago
Damien George 1febaf3ac3 esp8266: Change "soft reboot" message to work with pyboard.py. 9 years ago
Damien George 84b245f187 lib/utils: Add pyexec_frozen_module to load and execute frozen module. 9 years ago
Damien George 40274fec9c lib/pyexec: Move header pyexec.h from stmhal directory. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Paul Sokolovsky 5699fc9d0e esp8266: Switch to standard mp_hal_delay_us() MPHAL function. 9 years ago
Josef Gajdusek 967f3230f5 esp8266: Move initialization to system_init_done_cb 10 years ago
Josef Gajdusek bda7041294 esp8266: Add support for frozen modules 10 years ago
Josef Gajdusek 28076f3d4b esp8266: Fix garbage collector by hard-coding stack end address. 10 years ago
Damien George c98c128fe8 pyexec: Make raw REPL work with event-driven version of pyexec. 10 years ago
Damien George 0bfc7638ba py: Protect mp_parse and mp_compile with nlr push/pop block. 10 years ago
Paul Sokolovsky f12ea7c7ed esp8266: Implement task-based, event-driven interface with UART. 10 years ago
Paul Sokolovsky c6b8750c14 esp8266: Use dedicated heap allocated as static array. 10 years ago
Damien George b4b10fd350 py: Put all global state together in state structures. 10 years ago
Damien George fe7d542352 esp8266: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George fbea810043 esp8266: Change bignum from mpz to longlong; move some rodata to iram. 10 years ago
Damien George 075d597464 esp8266: New port of Micro Python to ESP8266 wifi module. 10 years ago
Damien George a91ac2011f py: Make compiler return a proper exception on SyntaxError. 10 years ago