aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-03esp8266: Move .rodata where it belongs with -mforce-l32 help.Paul Sokolovsky
2016-04-03docs: Update copyright notice.Paul Sokolovsky
2016-04-03esp8266/README: Add link to docs.Paul Sokolovsky
2016-04-02examples/http_client_ssl.py: HTTPS client example.Paul Sokolovsky
2016-04-02examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.Paul Sokolovsky
2016-04-02examples/http_server.py: Introduce main() function.Paul Sokolovsky
2016-04-02examples/http_server.py: Refactor/simplify for Python 3.5.Paul Sokolovsky
2016-04-02examples/http_client.py: Introduce main() function.Paul Sokolovsky
2016-04-02examples/http_client.py: Improve CPython compatibility in stream mode.Paul Sokolovsky
2016-04-02unix/file: "encoding" arg to open() isn't kw-only.Paul Sokolovsky
2016-04-02unix/file: Parse "buffering" argument of open() builtin.Paul Sokolovsky
2016-04-02esp8266: Use VM_HOOK to call ets_loop_iter within the VM.Damien George
2016-04-01example/http_client.py: Remove unused code.Paul Sokolovsky
2016-04-01examples: http_client.py, http_server.py aren't just unix, move to network/.Paul Sokolovsky
2016-04-01py/map: Prevent map resize failure from destroying map.Stephen Kyle
2016-04-01esp8266/uart: Get ctrl-C working now that event-based REPL is disabled.Damien George
2016-04-01esp8266/uart: Comment out old, unused rx buffering code.Damien George
2016-04-01esp8266: Switch to non event-driven REPL to support paste mode.Paul Sokolovsky
2016-04-01esp8266: Support dedicated REPL loop (aka pull-style).Paul Sokolovsky
2016-04-01esp8266: Disallow recursive calls to REPL.Paul Sokolovsky
2016-04-01unix: implement -i option (inspect - start REPL after script is finished)Pavol Rusnak
2016-04-01esp8266: Move PHY mode constants from modesp to modnetwork.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-30esp8266: Switch back to accumulating input data via ring buffer.Paul Sokolovsky
2016-03-30esp8266: Fix issue when current repl line was garbage-collected.Paul Sokolovsky
2016-03-30py/ringbuf.h: Add reusable ring buffer class.Paul Sokolovsky
2016-03-30docs: network: esp8266: .scan() is now synchronous and returns result list.Paul Sokolovsky
2016-03-30docs: network: esp8266: status is WLAN object method.Paul Sokolovsky
2016-03-30esp8266: Support synchronous wifi scanning.Damien George
2016-03-29py/parsenum: Use pow function to apply exponent to decimal number.Damien George
2016-03-29py/formatfloat: Fix further cases of buffer overflow in formatting.Damien George
2016-03-29py/formatfloat: Fix case of float format where leading digit was "10".Damien George
2016-03-29esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.Paul Sokolovsky
2016-03-29esp8266: Let esp8266 "os" messages go to standard (REPL) UART.Paul Sokolovsky
2016-03-29esp8266/esp_mphal: Add support for debug UART-only output.Paul Sokolovsky
2016-03-29esp8266: Enable uos.dupterm() method.Paul Sokolovsky
2016-03-29esp8266: Add basic support for duplicating REPL output.Paul Sokolovsky
2016-03-29esp8266: Implement os.urandom function.Damien George
2016-03-28esp8266: Allow to build without FatFs support again.Paul Sokolovsky
2016-03-28esp8266: Support importing modules from filesystem.Paul Sokolovsky
2016-03-28docs: Correct pin interrupt example code for the WiPy.danicampora
2016-03-28esp8266: Zero out fs_user_mount state on (soft) reset.Damien George
2016-03-28esp8266/moduos: Add os.remove(), proxying to VFS object.Paul Sokolovsky
2016-03-28esp8266/moduos: Factor out VFS method proxy helper.Paul Sokolovsky
2016-03-28esp8266/moduos: Add listdir() proxy for MP_STATE_PORT(fs_user_mount)[0].Paul Sokolovsky
2016-03-28esp8266/moduos: Use mp_rom_map_elem_t for static const dictionary.Damien George
2016-03-28esp8266: deploy: Use --flash_size=8m option to esptool.py.Paul Sokolovsky
2016-03-27esp8266/esp8266.ld: Put FatFs to FlashROM.Paul Sokolovsky
2016-03-27esp8266: Enable FatFs support.Paul Sokolovsky