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-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
2016-04-09
extmod/modwebsocket: Record current fragment type (binary/text/etc.)
Paul Sokolovsky
2016-04-09
extmod/modwebsocket: Add option for blocking writes to non-blk sockets.
Paul Sokolovsky
2016-04-09
extmod/modwebsocket: Reset mask between packets.
Paul Sokolovsky
2016-04-08
extmod/modwebsocket: Make sure to propagate EOF.
Paul Sokolovsky
2016-04-08
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Tom Sparks
2016-04-08
extmod/modwebsocket: Properly check number of args to constructor.
Paul Sokolovsky
2016-03-27
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
Paul Sokolovsky
2016-03-25
extmod/modlwip: lwip_socket_setsockopt: Handle option value properly.
Paul Sokolovsky
2016-03-25
extmod/modlwip: Add lwip->POSIX error map for lwIP 1.4.0.
Paul Sokolovsky
2016-03-25
extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition.
Paul Sokolovsky
2016-03-25
extmod/modlwip: Implement setsocketopt(SO_REUSEADDR).
Paul Sokolovsky
2016-03-25
extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt().
Paul Sokolovsky
2016-03-25
extmod/modwebsocket: Implement read support.
Paul Sokolovsky
2016-03-24
extmod/modwebsocket: Start module for WebSocket helper functions.
Paul Sokolovsky
2016-03-19
extmod/uctypes: Change param type from void* to byte*.
Damien George
2016-03-19
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
Damien George
2016-03-19
extmod/uctypes: Use mp_binary_get_val helper when extracting value.
Damien George
2016-03-14
py: When printf'ing an object as a pointer, pass the concrete pointer.
Damien George
2016-03-12
extmod/modlwip: lwip_tcp_receive: Properly map lwIP error to POSIX errno.
Paul Sokolovsky
2016-03-12
extmod/modlwip: Add socket.setblocking() method.
Paul Sokolovsky
2016-03-12
extmod/modlwip: Rework getaddrinfo() data passing.
Paul Sokolovsky
2016-03-11
extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Factor out "socket connected" check to a function.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Support non-blocking recv().
Paul Sokolovsky
2016-03-09
extmod/modlwip: Add .write() stream method.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Still process remaining incoming data of a closed socket.
Damien George
2016-03-09
extmod/modlwip: Check for state change during recv busy-wait loop.
Damien George
2016-03-09
extmod/modlwip: Add stream .read() and .readline() methods.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Add dummy .makefile() method.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Add stream protocol read method.
Paul Sokolovsky
2016-03-08
extmod/modlwip: Implement dummy setsockopt().
Paul Sokolovsky
[next]