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
/
modwlan.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-02-22
cc3200: Move wlan socket glue functions from modwlan to modusocket.
Damien George
2016-02-21
cc3200: Improve robustness of WLAN during sleep modes.
danicampora
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-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-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-06-29
cc3200: Correct socket settimeout time format.
Daniel Campora
2015-06-03
cc3200: Add method to configure the servers timeout.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-03
cc3200: Implement Sleep.wake_reason()
Daniel Campora
2015-04-13
cc3200: Add WLAN.config_ip().
Daniel Campora
2015-03-26
cc3200: Minor refactorings on modwlan and pybsleep.
Daniel Campora
2015-03-22
cc3200: Fix bug in telnet that caused the rx buffer to overflow.
danicampora
2015-03-21
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
danicampora
2015-03-19
cc3200: Move server methods from WLAN to the network module.
danicampora
2015-03-18
cc3200: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-14
cc3200: Remove unneeded code from modwlan and optimize startup time.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-02-23
cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP.
danicampora
2015-02-23
cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora