41 Commits (0d31bbc7fa3bdf10a14d92bb010a5016dc6101af)

Author SHA1 Message Date
Daniel Campora ed56b0baba cc3200: Finally unlock the full wake on WLAN feature set. 10 years ago
Daniel Campora 56053c37cf cc3200: Rewrite WLAN.ifconfig(). Add WLAN.info() and WLAN.connections(). 10 years ago
Daniel Campora cd3f2523f1 cc3200: Disable WLAN.urn() by default. 10 years ago
Daniel Campora a379b6ed11 cc3200: Add optional timeout param to WLAN.connect(). 10 years ago
Daniel Campora 8e611e8414 cc3200: Add Timer module. Supports free running, PWM and capture modes. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Daniel Campora e4c899a08c cc3200: WLAN.ifconfig returns an attrtuple instead of a dictionary. 10 years ago
Daniel Campora f54bdecff2 cc3200: Implement Sleep.wake_reason() 10 years ago
Daniel Campora 6f218d7472 cc3200: Move wlan_init0() to the boot section. 10 years ago
Daniel Campora dbb4aef5e3 cc3200: Make WLAN.isconnected() also work in AP mode. 10 years ago
Daniel Campora d11317bcab cc3200: Make WLAN scan results a list of attrtupple. 10 years ago
Daniel Campora 7c8b4c1a8b cc3200: Correct MAKE_SOCKADDR and UNPACK_SOCKADDR byte order. 10 years ago
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Daniel Campora c69b4310c8 cc3200: Add WLAN.config_ip(). 10 years ago
Daniel Campora 760a6eca9b cc3200: Minor refactorings on modwlan and pybsleep. 10 years ago
Daniel Campora 2d717ad97a cc3200: Add callback support to the UART for RX interrupts. 10 years ago
Daniel Campora 684dba40f0 cc3200: Roll back to the previous telnet and ftp timeouts. 10 years ago
danicampora 77791b5633 cc3200: Improve usability and robustness of the servers. 10 years ago
danicampora f8ee88bbe0 cc3200: Move server methods from WLAN to the network module. 10 years ago
danicampora 0e96d1b3f1 cc3200: Add parameter to wlan_stop() for custom timeout values. 10 years ago
danicampora 1080802e8f cc3200: Update socket event handler to align with new SDK(1.1.0) API. 10 years ago
danicampora b2cb75efb7 cc3200: Remove double administration of callback objects. 10 years ago
danicampora 0d0646d915 cc3200: Update HAL to SDK release version 1.1.0. 10 years ago
danicampora 2c103d5200 cc3200: Rewrite the PRCM RTC functionality methods. 10 years ago
danicampora c7fabe1f3e cc3200: Remove unneeded code from modwlan and optimize startup time. 10 years ago
danicampora 04749e677f cc3200: Allow separate selection of the power mode in Pin callbacks. 10 years ago
danicampora 6ae9383f63 cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig. 10 years ago
danicampora 37337427c3 cc3200: Trigger a new network scan when WLAN.scan() is called. 10 years ago
danicampora 9e44383e3f cc3200: Add power management framework. Add mpcallback class. 10 years ago
danicampora 74589cbeeb cc3200: Move code that disables/enables servers to wlan_sl_enable(). 10 years ago
danicampora 70b3160871 cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP. 10 years ago
danicampora 88b7f52ebb cc3200: Replace WLAN.get_ip() with WLAN.ifconfig(). 10 years ago
danicampora 44bb616b53 cc3200: Add simplelink non-os task calls. 10 years ago
danicampora 4bfc491753 cc3200: Add wlan_urn() thanks to Nadim El-Fata and Bryan Morrissey. 10 years ago
danicampora 33ddb566a7 cc3200: Remove dependencies from FreeRTOS. 10 years ago
danicampora 92ea99a0fb cc3200: Add support for connecting to WEP secured networks. 10 years ago
Damien George 4a23a01945 cc3200: Add explicit py/ path-prefix for py includes. 10 years ago
danicampora 2b899b6708 cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms. 10 years ago
Damien George 0b32e50365 stmhal: Make pybstdio usable by other ports, and use it. 10 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago