index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
modusocket.c
Commit message (
Expand
)
Author
Age
*
py: Add mp_obj_get_int_truncated and use it where appropriate.
Damien George
2015-05-12
*
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-05-04
*
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-28
*
stmhal: Bug fix for usocket's accept and setsockopt methods.
Damien George
2015-01-24
*
stmhal: Put mod_network_nic_list in global root-pointer state.
Damien George
2015-01-22
*
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-21
*
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
stmhal: Allow network, uselect, usocket mods to be used by other ports.
Damien George
2014-12-07
*
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Damien George
2014-12-05
*
stmhal: Overhaul network drivers; has generic network protocol in C.
Damien George
2014-12-04
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
stmhal: Update some inlined docs for network and CAN.
Damien George
2014-10-31
*
stmhal: Add network and usocket module.
Damien George
2014-09-30