index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
/
mods
/
modnetwork.h
Age
Commit message (
Expand
)
Author
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