5492 Commits (96eca22322e45aa8b6e7e611eabe4e5c6fb93c90)
 

Author SHA1 Message Date
Damien George 96eca22322 esp8266: Make destination for vendor OS debug output soft-configurable. 9 years ago
Paul Sokolovsky e6a4d4e23c py: Move stream-related declarations from obj.h to stream.h. 9 years ago
Paul Sokolovsky e4cb7c6158 docs/esp8266/quickref: Add note about physical vs logical pin numbers. 9 years ago
Paul Sokolovsky 2c8356c482 esp8266/modnetwork: require_if(): Report the actual interface required. 9 years ago
Paul Sokolovsky f81ea6307c docs/ubinascii: Document a2b_base64(), b2a_base64(). 9 years ago
Paul Sokolovsky de12502d89 esp8266: Move pyb.unique_id() to machine.unique_id(). 9 years ago
Paul Sokolovsky 81fd5685fc esp8266: Move pyb.hard_reset() to machine.reset(). 9 years ago
Paul Sokolovsky 1b811b946e unix/modsocket: Use mp_const_empty_map instead of creating empty map. 9 years ago
Paul Sokolovsky 069654f2be py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*. 9 years ago
pohmelie cee888255b unix: djgpp errno.h have no ENOTSUP, so define it to Linux value. 9 years ago
Paul Sokolovsky 28d4b94dce docs/machine: Change wording to be a bit more port-neutral. 9 years ago
Paul Sokolovsky 69b702276b docs/os: Change wording to be a bit more port-neutral. 9 years ago
Paul Sokolovsky e24674d44e docs: esp8266: esp.socket is deprecated, remove from docs. 9 years ago
Paul Sokolovsky 69256ac0b1 esp8266: Bump heap size to 24k. 9 years ago
Paul Sokolovsky debbaac1bd esp8266: Update flashing instructions in README. 9 years ago
Paul Sokolovsky 919b70b7ec esp8266: Switch back to flashing combined firmware (single file). 9 years ago
Paul Sokolovsky 8d2bcaf3cd esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment. 9 years ago
Paul Sokolovsky 9698a60591 esp8266/ets_alt_task: Comment out debug output. 9 years ago
Paul Sokolovsky fcd6862597 esp8266: Bump iROM size to 512k. 9 years ago
Paul Sokolovsky ef0c5db2ed esp8266: Move .rodata where it belongs with -mforce-l32 help. 9 years ago
Paul Sokolovsky 254a5646c1 docs: Update copyright notice. 9 years ago
Paul Sokolovsky 333a63efaa esp8266/README: Add link to docs. 9 years ago
Paul Sokolovsky 4f2d59e82f examples/http_client_ssl.py: HTTPS client example. 9 years ago
Paul Sokolovsky ec5f8db49d examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts. 9 years ago
Paul Sokolovsky c07a03a36d examples/http_server.py: Introduce main() function. 9 years ago
Paul Sokolovsky aa3fb7b387 examples/http_server.py: Refactor/simplify for Python 3.5. 9 years ago
Paul Sokolovsky fd2b71f972 examples/http_client.py: Introduce main() function. 9 years ago
Paul Sokolovsky a5d07c3aba examples/http_client.py: Improve CPython compatibility in stream mode. 9 years ago
Paul Sokolovsky a5d2af7949 unix/file: "encoding" arg to open() isn't kw-only. 9 years ago
Paul Sokolovsky e5fa163a4c unix/file: Parse "buffering" argument of open() builtin. 9 years ago
Damien George a0cb4eda9a esp8266: Use VM_HOOK to call ets_loop_iter within the VM. 9 years ago
Paul Sokolovsky cef073877b example/http_client.py: Remove unused code. 9 years ago
Paul Sokolovsky cf4b72bf13 examples: http_client.py, http_server.py aren't just unix, move to network/. 9 years ago
Stephen Kyle b475327ffa py/map: Prevent map resize failure from destroying map. 9 years ago
Damien George 6a051a8e0b esp8266/uart: Get ctrl-C working now that event-based REPL is disabled. 9 years ago
Damien George fb6cc96951 esp8266/uart: Comment out old, unused rx buffering code. 9 years ago
Paul Sokolovsky fc4c43a72e esp8266: Switch to non event-driven REPL to support paste mode. 9 years ago
Paul Sokolovsky 785cf9a61f esp8266: Support dedicated REPL loop (aka pull-style). 9 years ago
Paul Sokolovsky 777232c9a5 esp8266: Disallow recursive calls to REPL. 9 years ago
Pavol Rusnak 3d4a535208 unix: implement -i option (inspect - start REPL after script is finished) 9 years ago
Paul Sokolovsky 5531437941 esp8266: Move PHY mode constants from modesp to modnetwork. 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 61fa7c8152 esp8266: Switch back to accumulating input data via ring buffer. 9 years ago
Paul Sokolovsky 2e75a17bab esp8266: Fix issue when current repl line was garbage-collected. 9 years ago
Paul Sokolovsky b1dfdaf6cb py/ringbuf.h: Add reusable ring buffer class. 9 years ago
Paul Sokolovsky f50d9477c1 docs: network: esp8266: .scan() is now synchronous and returns result list. 9 years ago
Paul Sokolovsky d7019d0628 docs: network: esp8266: status is WLAN object method. 9 years ago
Damien George 9475cc59e6 esp8266: Support synchronous wifi scanning. 9 years ago
Damien George 2599672384 py/parsenum: Use pow function to apply exponent to decimal number. 9 years ago