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