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
/
modlwip.c
Age
Commit message (
Expand
)
Author
2015-12-30
extmod/modlwip: Use _ERR_BADF instead of magic number.
Paul Sokolovsky
2015-12-30
extmod/modlwip: Avoid magic numeric values in memcpy().
Paul Sokolovsky
2015-12-30
extmod/modlwip: User proper field name and value names for socket state.
Paul Sokolovsky
2015-12-29
extmod/modlwip: Mark some lwip_socket_obj_t's fields as volatile.
Paul Sokolovsky
2015-12-29
extmod/modlwip: tcp_recv: Use more regular and responsive poll pattern.
Paul Sokolovsky
2015-11-04
extmod/lwip: Change void pointers to unions, include new mphal.h file
Galen Hazelwood
2015-10-31
extmod/modlwip: socket->incoming changed by async callbacks, must be volatile.
Paul Sokolovsky
2015-10-27
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-27
extmod/modlwip: Codestyle: no need for () when taking address of primary expr.
Paul Sokolovsky
2015-10-27
extmod/modlwip: lwip_tcp_send(): Common subexpression elimination, use MIN().
Paul Sokolovsky
2015-10-27
extmod/modlwip.c: Codestyle whitespace changes.
Paul Sokolovsky
2015-10-27
extmod/modlwip: slip: Use stream protocol and be port-independent.
Paul Sokolovsky
2015-10-23
extmod/modlwip: Initial commit of the lwip network stack module
Galen Hazelwood