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.c
Age
Commit message (
Expand
)
Author
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
2015-04-13
cc3200: Add WLAN.config_ip().
Daniel Campora
2015-03-26
cc3200: Minor refactorings on modwlan and pybsleep.
Daniel Campora
2015-03-26
cc3200: Add callback support to the UART for RX interrupts.
Daniel Campora
2015-03-25
cc3200: Roll back to the previous telnet and ftp timeouts.
Daniel Campora
2015-03-21
cc3200: Improve usability and robustness of the servers.
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-16
cc3200: Update socket event handler to align with new SDK(1.1.0) API.
danicampora
2015-03-16
cc3200: Remove double administration of callback objects.
danicampora
2015-03-16
cc3200: Update HAL to SDK release version 1.1.0.
danicampora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
danicampora
2015-03-14
cc3200: Remove unneeded code from modwlan and optimize startup time.
danicampora
2015-03-12
cc3200: Allow separate selection of the power mode in Pin callbacks.
danicampora
2015-03-12
cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig.
danicampora
2015-03-12
cc3200: Trigger a new network scan when WLAN.scan() is called.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-02-26
cc3200: Move code that disables/enables servers to wlan_sl_enable().
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: Add simplelink non-os task calls.
danicampora
2015-02-22
cc3200: Add wlan_urn() thanks to Nadim El-Fata and Bryan Morrissey.
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
2015-02-21
cc3200: Add support for connecting to WEP secured networks.
danicampora
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-20
cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms.
danicampora
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora
[prev]