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
/
modwlan.c
Age
Commit message (
Expand
)
Author
2016-04-06
cc3200/mods/modwlan: Include stream.h after recent refactor.
Paul Sokolovsky
2016-02-21
cc3200: Improve robustness of WLAN during sleep modes.
danicampora
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-11-18
docs: Update docs for WiPy wlan.connect().
Noah
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().
Paul Sokolovsky
2015-10-25
cc3200: Enable WLAN irq on creation.
danicampora
2015-10-19
cc3200: WLAN class can retrieve the existing instance.
danicampora
2015-10-17
cc3200: In scan results rename 'auth' field to 'sec'.
danicampora
2015-09-27
cc3200: Always reset WLAN after setting the mode.
Daniel Campora
2015-09-27
cc3200: Make auth param positional in wlan.connect.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-08-16
cc3200: Correct WLAN constructor argument checking.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-08-09
cc3200: Improve support for WEP security.
Daniel Campora
2015-08-09
cc3200: Add nic.iwconfig() to set/get WLAN configuration.
Daniel Campora
2015-07-30
cc3200: Append last 2 bytes of the MAC address to the default SSID.
Daniel Campora
2015-07-16
cc3200: Make socket stream methods return POSIX error codes.
Daniel Campora
2015-07-10
cc3200: Refactor and clean-up socket closing code.
Daniel Campora
2015-07-10
cc3200: Set simplelink time and date when enabling WLAN.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Optimize check for WLAN AP mode.
Daniel Campora
2015-07-02
cc3200: Raise an exception if trying to scan for networks in AP mode.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-06-29
cc3200: Correct socket settimeout time format.
Daniel Campora
2015-06-10
cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-06-03
cc3200: Add method to configure the servers timeout.
Daniel Campora
2015-05-29
cc3200: Clean up WLAN API. Make WLAN.info() an attrtuple.
Daniel Campora
2015-05-28
cc3200: Make small changes in WLAN to improve the API.
Daniel Campora
2015-05-26
cc3200: Clean up exception handling.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-24
cc3200: Reset the servers and close user sockets on WLAN disconection.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-20
cc3200: Rewrite WLAN.ifconfig(). Add WLAN.info() and WLAN.connections().
Daniel Campora
2015-05-17
cc3200: Disable WLAN.urn() by default.
Daniel Campora
2015-05-17
cc3200: Add optional timeout param to WLAN.connect().
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-05-03
cc3200: WLAN.ifconfig returns an attrtuple instead of a dictionary.
Daniel Campora
2015-05-03
cc3200: Implement Sleep.wake_reason()
Daniel Campora
2015-04-29
cc3200: Move wlan_init0() to the boot section.
Daniel Campora
2015-04-29
cc3200: Make WLAN.isconnected() also work in AP mode.
Daniel Campora
2015-04-29
cc3200: Make WLAN scan results a list of attrtupple.
Daniel Campora
2015-04-25
cc3200: Correct MAKE_SOCKADDR and UNPACK_SOCKADDR byte order.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
[next]