aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/modusocket.c
AgeCommit message (Expand)Author
2015-07-02cc3200: Add socket.timeout and socket.error exceptions.Daniel Campora
2015-06-29cc3200: Correct socket settimeout time format.Daniel Campora
2015-05-24cc3200: Remove NIC abstraction layer.Daniel Campora
2015-05-24cc3200: Reset the servers and close user sockets on WLAN disconection.Daniel Campora
2015-05-22cc3200: Finally unlock the full wake on WLAN feature set.Daniel Campora
2015-05-12py: Add mp_obj_get_int_truncated and use it where appropriate.Damien George
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-18cc3200: Clean up and reduce use/include of std.h.Damien George
2015-04-14cc3200: Add IPPROTO_SEC to be able to create secure sockets.Daniel Campora
2015-02-21cc3200: Add explicit py/ path-prefix for py includes.Damien George
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora