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
/
stmhal
/
modusocket.c
Age
Commit message (
Expand
)
Author
2016-10-07
stmhal: Use mp_raise_OSError helper function.
Damien George
2016-10-06
stmhal: Disable network and usocket for ESPRUINO_PICO
Dave Hylands
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-26
stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket close
Krzysztof Blazewicz
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2016-04-26
extmod, stmhal: Fix typo of macro that detects if float is enabled.
Damien George
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-05-12
py: Add mp_obj_get_int_truncated and use it where appropriate.
Damien George
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-01-28
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-24
stmhal: Bug fix for usocket's accept and setsockopt methods.
Damien George
2015-01-22
stmhal: Put mod_network_nic_list in global root-pointer state.
Damien George
2015-01-21
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-07
stmhal: Allow network, uselect, usocket mods to be used by other ports.
Damien George
2014-12-05
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Damien George
2014-12-04
stmhal: Overhaul network drivers; has generic network protocol in C.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-31
stmhal: Update some inlined docs for network and CAN.
Damien George
2014-09-30
stmhal: Add network and usocket module.
Damien George