aboutsummaryrefslogtreecommitdiff
path: root/stmhal/modusocket.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-05-06stmhal: Convert all module and method tables to use MP_ROM macros.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-29stmhal: Update for changes to mp_obj_str_get_data.Damien George
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2016-10-07stmhal: Use mp_raise_OSError helper function.Damien George
2016-10-06stmhal: Disable network and usocket for ESPRUINO_PICODave Hylands
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-08-26stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket closeKrzysztof Blazewicz
2016-06-18all: Rename mp_obj_type_t::stream_p to protocol.Paul Sokolovsky
2016-05-10stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George
2016-04-26extmod, stmhal: Fix typo of macro that detects if float is enabled.Damien George
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2015-05-12py: Add mp_obj_get_int_truncated and use it where appropriate.Damien George
2015-05-04lib: Move some common mod_network_* functions to lib/netutils.Josef Gajdusek
2015-01-28py: Change vstr so that it doesn't null terminate buffer by default.Damien George
2015-01-24stmhal: Bug fix for usocket's accept and setsockopt methods.Damien George
2015-01-22stmhal: Put mod_network_nic_list in global root-pointer state.Damien George
2015-01-21py: Remove mp_obj_str_builder and use vstr instead.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-07stmhal: Allow network, uselect, usocket mods to be used by other ports.Damien George
2014-12-05py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George
2014-12-04stmhal: Overhaul network drivers; has generic network protocol in C.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-10-31stmhal: Update some inlined docs for network and CAN.Damien George
2014-09-30stmhal: Add network and usocket module.Damien George