index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
modnetwork.c
Age
Commit message (
Expand
)
Author
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
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-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-01-22
stmhal: Put mod_network_nic_list in global root-pointer state.
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-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