index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
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