index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2016-05-27
extmod/vfs_fat*: Replace text error messages by POSIX error numbers.
Robert HH
2016-05-27
extmod/virtpin: Initial implementation of open-ended C-level Pin interface.
Paul Sokolovsky
2016-05-26
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-05-26
extmod/modussl: Coverage build fixes.
Paul Sokolovsky
2016-05-26
extmod/modussl: Make more compatible with non-default obj representations.
Paul Sokolovsky
2016-05-20
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
Paul Sokolovsky
2016-05-20
extmod/modwebrepl: Add close() method.
Paul Sokolovsky
2016-05-20
extmod/modwebsocket: Add close() method.
Paul Sokolovsky
2016-05-20
extmod: When including extmod headers, prefix path with extmod/.
Damien George
2016-05-18
py/stream: Support both "exact size" and "one underlying call" operations.
Paul Sokolovsky
2016-05-15
extmod/modlwip: Rework how Python accept callback is called.
Paul Sokolovsky
2016-05-12
extmod/modlwip: Convert errno's to use MP_Exxx symbols.
Damien George
2016-05-03
extmod/modlwip: Implement sendall() method for TCP sockets.
Paul Sokolovsky
2016-05-02
extmod/modwebrepl: Get rid of using strncpy().
Paul Sokolovsky
2016-04-30
extmod/modwebrepl: Add support for password.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Set debugging by default to off.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Add rate-limiting workaround for broken network drivers.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Use bigger socket receive buffer.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: More detailed debug output.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write().
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Keep reading data when there's something to read.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Initial implementation of "get file" operation.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Module to handle WebREPL protocol.
Paul Sokolovsky
2016-04-28
extmod/modussl: SSL_OK from ssl_read() means "no user data so far".
Paul Sokolovsky
2016-04-28
extmod/modussl: Support server-side SSL sockets.
Paul Sokolovsky
2016-04-28
extmod/modussl: Throw Python exceptions in case of errors.
Paul Sokolovsky
2016-04-27
extmod/modwebsocket: Handle CLOSE control frame.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Add print_pcbs() debug function.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Workaround esp8266 sendto issue where 1 is returned.
Damien George
2016-04-26
extmod, stmhal: Fix typo of macro that detects if float is enabled.
Damien George
2016-04-25
extmod/modlwip: Protect recv/accept Python callback against exceptions.
Paul Sokolovsky
2016-04-22
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
Damien George
2016-04-17
extmod/modlwip: Add ability to run callback on "recv" and "accept" events.
Paul Sokolovsky
2016-04-17
extmod/modlwip: lwip_tcp_receive(): Full error handling.
Paul Sokolovsky
2016-04-17
extmod/modlwip: lwip_tcp_send(): Full error handling.
Paul Sokolovsky
2016-04-14
extmod/fsusermount: In mount/mkfs, deregister VFS object on error.
Damien George
2016-04-15
extmod/modlwip: More debug messages for various edge conditions.
Paul Sokolovsky
2016-04-14
extmod/modlwip: Start adding debug output.
Paul Sokolovsky
2016-04-14
extmod/modlwip: lwip_tcp_receive(): Properly handle EOF for non-blocking sock.
Paul Sokolovsky
2016-04-13
extmod/modwebsocket: Another case to propagate EOF.
Paul Sokolovsky
2016-04-13
extmod/moduos_dupterm: Don't swallow exceptions in dupterm's read()/write().
Paul Sokolovsky
2016-04-12
extmod/machine_i2c: Implement I2C memory reading/writing.
Damien George
2016-04-12
extmod/machine_i2c: Fix I2C reading by sending ack/nack at end of byte.
Damien George
2016-04-12
extmod: Add generic machine.I2C class, with bit-bang I2C.
Damien George
2016-04-12
extmod: Add initial framebuf module.
Damien George
2016-04-11
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
Paul Sokolovsky
2016-04-11
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
Paul Sokolovsky
2016-04-10
extmod/modwebsocket.h: Split websocket-related defines for reuse.
Paul Sokolovsky
2016-04-10
extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl.
Paul Sokolovsky
2016-04-10
extmod/modwebsocket: Allow to get type of last read data using ioctl().
Paul Sokolovsky
[prev]
[next]