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
/
cc3200
/
mods
/
modnetwork.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-20
cc3200: Make non-zero socket timeout work with connect/accept/send.
Damien George
2015-07-10
cc3200: Refactor and clean-up socket closing code.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-04-28
cc3200: Select NIC when the socket is created.
Daniel Campora
2015-04-13
cc3200: Add WLAN.config_ip().
Daniel Campora
2015-03-31
cc3200: Remove duplicated code from moduos.
Daniel Campora
2015-03-11
cc3200: Add preliminary low power deep sleep support.
danicampora
2015-02-20
cc3200: Move `closed` field in mod_network_socket_obj_t out of the union.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora