index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
modusocket.c
Age
Commit message (
Expand
)
Author
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-13
stm32/modusocket: Handle case of NULL NIC in socket ioctl.
Damien George
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-09-17
stm32/modusocket: Fix NULL deref when accept() an unbound socket.
iabdalkader
2018-07-08
stm32: Support compiling with object representation D.
Damien George
2018-05-21
stm32: Integrate lwIP as implementation of usocket module.
Damien George
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2017-10-16
stm32/modusocket: Return OSError(-2) if getaddrinfo fails.
Damien George
2017-10-16
stm32/modusocket: Make getaddrinfo() work when passed an IP address.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George