5551 Commits (54ea253f5699c791ddff073b0193f257fa77cee1)
 

Author SHA1 Message Date
Paul Sokolovsky 54ea253f56 extmod/moduos_dupterm: Don't swallow exceptions in dupterm's read()/write(). 9 years ago
Paul Sokolovsky 47442d9f52 lib/utils/printf: Rework overriding printer of DEBUG_printf(). 9 years ago
Peter Hinch 22cbcd55f0 stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers. 9 years ago
Damien George 3177ef544f esp8266: In callback helpers, pop nlr_buf on successful call. 9 years ago
Paul Sokolovsky b67d098841 py/modbuiltins: __repl_print__: Add comment about setting "_" special var. 9 years ago
Damien George eec8a94f04 extmod/machine_i2c: Implement I2C memory reading/writing. 9 years ago
Damien George 9314b2df4f extmod/machine_i2c: Fix I2C reading by sending ack/nack at end of byte. 9 years ago
Damien George 73bc0c24ab drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces. 9 years ago
Damien George e813ea1070 esp8266: Enable framebuf module. 9 years ago
Damien George a525493e40 esp8266: Switch from using custom I2C driver to generic extmod one. 9 years ago
Damien George ac63ca7bc5 esp8266: Implement basic C-level pin HAL. 9 years ago
Damien George 1a65ff1b72 esp8266: Protect modpyb.h header file from multiple inclusions. 9 years ago
Damien George 67a327cb9b stmhal: Enable framebuf module. 9 years ago
Damien George e4f963a351 stmhal: Use new generic I2C object in machine module. 9 years ago
Damien George 69a1aaf654 stmhal: Implement basic C-level pin HAL. 9 years ago
Damien George d083712224 extmod: Add generic machine.I2C class, with bit-bang I2C. 9 years ago
Damien George 53ad681ed1 extmod: Add initial framebuf module. 9 years ago
Damien George 3a37426b29 esp8266/scripts/inisetup.py: Use "-" in AP ESSID instead of space. 9 years ago
Paul Sokolovsky 260b839483 esp8266/scripts/inisetup.py: Set WPA/WPA2 AP mode with a predefined password. 9 years ago
Paul Sokolovsky 40f5ecd3a8 esp8266: Add Python modules for initial configuration. 9 years ago
Paul Sokolovsky 2f5935269b esp8266/scripts/main.py: Remove stale file. 9 years ago
Paul Sokolovsky 54b89665fc esp8266/modnetwork: .config(): Add "password" param (W/O). 9 years ago
Paul Sokolovsky 7acc252e93 esp8266/modnetwork: .config(): Add "authmode" param. 9 years ago
Paul Sokolovsky 6f3fc9bfa1 esp8266/modnetwork: .config(): Check interface whose config is requested. 9 years ago
Paul Sokolovsky 1a327c4fa3 unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS. 9 years ago
Paul Sokolovsky f49d63a75c esp8266: Enable websocket module. 9 years ago
Damien George 9b0a150bd6 docs: Bump version to 1.7. 9 years ago
Paul Sokolovsky f8fb4470a0 extmod/modwebsocket: write(): Support write size beyond 125 bytes. 9 years ago
Paul Sokolovsky 7063210014 extmod/modlwip: Fix for loss of data in unaccepted incoming sockets. 9 years ago
Paul Sokolovsky 1cc81ed449 esp8266/modesp: Add freemem() and meminfo() functions. 9 years ago
Paul Sokolovsky c734de490a esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call(). 9 years ago
Damien George 358e5d8bad py/stream: Move uPy func obj wrappers to below their respective funcs. 9 years ago
Damien George 657aef66ff py/stream: Simplify arg extraction logic for stream_ioctl. 9 years ago
Damien George 6e87aeb841 esp8266: Implement multistage bootstrap sequence. 9 years ago
Paul Sokolovsky b69f798c92 extmod/modwebsocket.h: Split websocket-related defines for reuse. 9 years ago
Paul Sokolovsky 558fd5d228 py/stream: ioctl(): Properly support 2-arg form. 9 years ago
Paul Sokolovsky 6c3db26ab7 py/stream: Fix signed comparison issue. 9 years ago
Paul Sokolovsky d6236e85c2 extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl. 9 years ago
Paul Sokolovsky 6837dba6b8 extmod/modwebsocket: Allow to get type of last read data using ioctl(). 9 years ago
Paul Sokolovsky 0c97e4c414 py/stream: Add Python-level ioctl() method. 9 years ago
Paul Sokolovsky a45e280c58 py/stream.h: Add bigger inventory of stream ioctl's. 9 years ago
Paul Sokolovsky f38e8f5217 extmod/modwebsocket: Record current fragment type (binary/text/etc.) 9 years ago
Paul Sokolovsky 5b1c221785 extmod/modwebsocket: Add option for blocking writes to non-blk sockets. 9 years ago
Paul Sokolovsky 397b705647 extmod/modwebsocket: Reset mask between packets. 9 years ago
Paul Sokolovsky 7e9182f3aa extmod/modwebsocket: Make sure to propagate EOF. 9 years ago
pohmelie b32b0d38fe unix: freedos strip and size names for binaries 9 years ago
Tom Sparks 20d9bc2d76 extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD. 9 years ago
Paul Sokolovsky 05ba2433f6 extmod/modwebsocket: Properly check number of args to constructor. 9 years ago
Paul Sokolovsky 5e919b7ef8 lib/axtls: Update to the latest upstream master. 9 years ago
Paul Sokolovsky 9c04299da1 docs: esp8266: Enable "machine" module docs. 9 years ago