28 Commits (349d8e13242d1ec098bb4fd35e61439851d46f91)

Author SHA1 Message Date
Damien George e8398a5856 extmod: Update to use new mp_get_stream helper. 6 years ago
Damien George cf31d384f1 py/stream: Switch stream close operation from method to ioctl. 7 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George f4059dcc0c all: Use NULL instead of "" when calling mp_raise exception helpers. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Paul Sokolovsky f2140f9446 extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 7 years ago
Damien George aa7be82a4d all: Don't include system errno.h when it's not needed. 7 years ago
Damien George 204ded848e extmod: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Paul Sokolovsky d2cc7c720b extmod/modwebrepl: set_password(): Raise exception for too long password. 8 years ago
Paul Sokolovsky e15fb33e10 extmod/modwebrepl: Add GET_VER operation to query MicroPython version. 8 years ago
Paul Sokolovsky ed500e4987 extmod/modwebrepl: Make GET_FILE operation non-blocking. 8 years ago
Paul Sokolovsky c16612ee87 extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk(). 8 years ago
Paul Sokolovsky 2dd21d9a68 extmod/modwebrepl: Use mp_stream_close() method. 8 years ago
Paul Sokolovsky c880f91ac0 extmod/modwebrepl: Add readinto() method. 8 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
Paul Sokolovsky 3a29db8e58 extmod/modwebrepl: Add close() method. 9 years ago
Paul Sokolovsky 7f7c84b10a py/stream: Support both "exact size" and "one underlying call" operations. 9 years ago
Paul Sokolovsky b8468d12a1 extmod/modwebrepl: Get rid of using strncpy(). 9 years ago
Paul Sokolovsky 859e4e94f3 extmod/modwebrepl: Add support for password. 9 years ago
Paul Sokolovsky 18775d3807 extmod/modwebrepl: Set debugging by default to off. 9 years ago
Paul Sokolovsky b0f3ae58e7 extmod/modwebrepl: Add rate-limiting workaround for broken network drivers. 9 years ago
Paul Sokolovsky 8811b0af9c extmod/modwebrepl: Use bigger socket receive buffer. 9 years ago
Paul Sokolovsky b3bc2ee1b9 extmod/modwebrepl: More detailed debug output. 9 years ago
Paul Sokolovsky 473b639845 extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write(). 9 years ago
Paul Sokolovsky f41e1f1bb7 extmod/modwebrepl: Keep reading data when there's something to read. 9 years ago
Paul Sokolovsky 6514ff6160 extmod/modwebrepl: Initial implementation of "get file" operation. 9 years ago
Paul Sokolovsky 25d0f7d59d extmod/modwebrepl: Module to handle WebREPL protocol. 9 years ago