71 Commits (eb099b9893e896300241050a2c3ed272c3890d70)

Author SHA1 Message Date
danicampora a3a33db409 cc3200: Enable WLAN irq on creation. 9 years ago
danicampora 9c72c71c05 cc3200: WLAN class can retrieve the existing instance. 9 years ago
danicampora e19dfe1c32 cc3200: In scan results rename 'auth' field to 'sec'. 9 years ago
Daniel Campora b6bdb0dbda cc3200: Always reset WLAN after setting the mode. 9 years ago
Daniel Campora ed6a5b78ad cc3200: Make auth param positional in wlan.connect. 9 years ago
Daniel Campora c92e6a45eb cc3200: Rename pyb module to machine. 9 years ago
Daniel Campora 57fa14b5be cc3200: New WLAN API including test. 9 years ago
Daniel Campora dbdcb58d64 cc3200: New irq API, affects all classes that provide the irq method. 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
Daniel Campora e9fa7625f4 cc3200: Correct WLAN constructor argument checking. 9 years ago
Daniel Campora ea5061e409 cc3200: Improve callback API. 9 years ago
Daniel Campora e54a4f1f48 cc3200: Improve support for WEP security. 9 years ago
Daniel Campora 00c4d6562e cc3200: Add nic.iwconfig() to set/get WLAN configuration. 9 years ago
Daniel Campora aa58c7ec74 cc3200: Append last 2 bytes of the MAC address to the default SSID. 9 years ago
Daniel Campora a243d6b057 cc3200: Make socket stream methods return POSIX error codes. 9 years ago
Daniel Campora cf814b2d34 cc3200: Refactor and clean-up socket closing code. 9 years ago
Daniel Campora ecb7f9fe58 cc3200: Set simplelink time and date when enabling WLAN. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago
Daniel Campora d680e28a11 cc3200: Optimize check for WLAN AP mode. 9 years ago
Daniel Campora 7fd538c1b6 cc3200: Raise an exception if trying to scan for networks in AP mode. 9 years ago
Daniel Campora f522849a4d cc3200: Add socket.timeout and socket.error exceptions. 9 years ago
Daniel Campora 5ebf39784a cc3200: Correct socket settimeout time format. 10 years ago
Daniel Campora 640d00ea9d cc3200: Change MP_OBJ_NULL for mp_const_none in params default value. 10 years ago
Daniel Campora a3acaa000c cc3200: Add antenna selection feature to WLAN. 10 years ago
Daniel Campora cc20482aa9 cc3200: Add method to configure the servers timeout. 10 years ago
Daniel Campora 2f2c0a13fb cc3200: Clean up WLAN API. Make WLAN.info() an attrtuple. 10 years ago
Daniel Campora 1580e331ef cc3200: Make small changes in WLAN to improve the API. 10 years ago
Daniel Campora fabe79f7af cc3200: Clean up exception handling. 10 years ago
Daniel Campora 3cb804de26 cc3200: Remove NIC abstraction layer. 10 years ago
Daniel Campora 9f8c5456be cc3200: Reset the servers and close user sockets on WLAN disconection. 10 years ago
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