5710 Commits (480c212009c542bef7c4bb58b92586608b3e2105)
 

Author SHA1 Message Date
Paul Sokolovsky 480c212009 extmod/modwebsocket: Handle CLOSE control frame. 9 years ago
Paul Sokolovsky 351ec6d4ab docs/library: "os" module is actually "uos". 9 years ago
Paul Sokolovsky f3f5e975e4 docs/Makefile: Default BUILDDIR based on MICROPY_PORT. 9 years ago
Paul Sokolovsky 0df2ee0126 docs/library/index: Order sections from the most to least standard modules. 9 years ago
Paul Sokolovsky 492bf12499 docs/library/index: Make single section for "micro-ified" modules. 9 years ago
Paul Sokolovsky 678f3a1e05 docs: Module "time" is actually "utime". 9 years ago
Paul Sokolovsky a119983328 docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix. 9 years ago
Paul Sokolovsky 88ed518390 docs/library/index: Move WiPy "micro-libraries" under corresponding heading. 9 years ago
Paul Sokolovsky 8b8c32c09b docs/library: Group MicroPython-specific modules under separate heading. 9 years ago
Paul Sokolovsky 6afd651f1e esp8266/esp8266.ld: Put axTLS to FlashROM. 9 years ago
Paul Sokolovsky 6149ce01f8 esp8266/Makefile: Add target to build axTLS. 9 years ago
Paul Sokolovsky 1c6d91d968 extmod/modlwip: Add print_pcbs() debug function. 9 years ago
Damien George 45ac5a85d5 extmod/modlwip: Workaround esp8266 sendto issue where 1 is returned. 9 years ago
Damien George a63542387d extmod, stmhal: Fix typo of macro that detects if float is enabled. 9 years ago
Paul Sokolovsky 90b2cfe644 esp8266/scripts/webrepl: Add "ws://" to "daemon started at" message. 9 years ago
Paul Sokolovsky 51cee4495e py/mkrules.mk: Typo fixes in comments. 9 years ago
Damien George 07615d9f7e tests/extmod: Move split-on-empty-match tests to a separate test file. 9 years ago
Damien George 23df4b08fb py/emitnative: Use MP_OBJ_NEW_SMALL_INT instead of manual bit shifting. 9 years ago
Damien George 2bddfd4922 py/obj.h: When constructing a small-int cast to mp_uint_t for bit-shift. 9 years ago
Paul Sokolovsky 237c519ac4 esp8266/scripts/flashbdev: Use all available Flash for filesystem. 9 years ago
Paul Sokolovsky 650df97c06 docs/network: esp8266: scan(): Add note that bssid is bytes object. 9 years ago
Paul Sokolovsky ef2ffc0e4e esp8266/scripts/webrepl: Print client address for incoming connections. 9 years ago
Paul Sokolovsky c888831410 esp8266/scripts/webrepl: Print connection address. 9 years ago
stijn 29c8c8aecb windows/msvc: Rewrite qstr auto-generation. 9 years ago
stijn 9264d42e2a py/makeqstrdefs.py: Windows compatibility. 9 years ago
stijn b2b771ca02 py/makeqstrdefs.py: Remove unused function/variable/import. 9 years ago
Paul Sokolovsky 7a012f4793 extmod/modlwip: Protect recv/accept Python callback against exceptions. 9 years ago
Paul Sokolovsky bababce6de py/runtime_utils: Fix nanbox build. 9 years ago
Paul Sokolovsky 6d103b6548 py: Move call_function_*_protected() functions to py/ for reuse. 9 years ago
Colin Hogben 104aa26271 cc3200, stmhal, teensy: Use pyhelp_print_obj function. 9 years ago
Colin Hogben 2b46da234c lib/utils/pyhelp: Extract implementation of help(obj) to a library function. 9 years ago
Paul Sokolovsky 4296a8dc5c esp8266/scripts/webrepl: Allow to override port. 9 years ago
Paul Sokolovsky bd66b09512 esp8266/scripts/webrepl: Don't start on import. 9 years ago
Paul Sokolovsky 8db4f363e9 esp8266/scripts/webrepl: Convert to persistent daemon. 9 years ago
Paul Sokolovsky 7c40b15a3f esp8266/scripts/webrepl: WebREPL based on C-level websocket object. 9 years ago
Paul Sokolovsky 0d10e5310a docs/usocket: Describe address format once at the beginning. 9 years ago
Paul Sokolovsky 92497bff94 docs/usocket: socket.IPPROTO_SEC is WiPy-specific. 9 years ago
Paul Sokolovsky 955b8526f4 docs/usocket: Socket-specific exceptions are for WiPy only. 9 years ago
Paul Sokolovsky 71c6f93016 docs/library/usocket: Add link to CPython's socket module. 9 years ago
Paul Sokolovsky bbe5245028 docs: esp8266: Include usocket module reference. 9 years ago
Paul Sokolovsky 3bc9b571bb docs/ustruct: There's no complete "struct" module, only "ustruct" subset. 9 years ago
Paul Sokolovsky 5c8147528e docs/esp8266/tutorial: Add tutorial placeholder page. 9 years ago
Paul Sokolovsky d422e56631 esp8266/scripts/websocket_helper: Disable debug output. 9 years ago
Paul Sokolovsky eb40769613 esp8266/scripts/websocket_helper: Module encapsulating handshake sequences. 9 years ago
Damien George 51dca54cd0 py/mkrules.mk: Remove obsolete rules for auto qstr generation. 9 years ago
Damien George b372156f74 esp8266: Change software SPI driver to use general pin HAL. 9 years ago
Damien George 67a6d31955 esp8266: Allow GPIO16 to be used as a pin in the uPy pin HAL. 9 years ago
Damien George a2d5d84ecc esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer. 9 years ago
Damien George 624738ca64 extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr. 9 years ago
Damien George 109990fc32 py/mkenv.mk: Remove -s and -S args from PYTHON variable. 9 years ago