248 Commits (5a2a4e9452ef5325b111879e10d636fd0954e289)

Author SHA1 Message Date
Daniel Campora fb9e4cf463 cc3200: Make sure to handle all pending pin interrupts. 10 years ago
Daniel Campora 8e611e8414 cc3200: Add Timer module. Supports free running, PWM and capture modes. 10 years ago
Daniel Campora 9466e154b4 cc3200: Fix power mode param check in the UART callback constructor. 10 years ago
Daniel Campora 2b62707051 cc3200: Add os.rename() 10 years ago
Josef Gajdusek 1db4253886 lib: Move time utility functions to common library. 10 years ago
Damien George c50772d19f py: Add mp_obj_get_int_truncated and use it where appropriate. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Daniel Campora 8c8d7f3c60 cc3200: Clean up pyb.Pin 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 71d482df47 cc3200: Clear the pending interrupt flag when disabling RTC callbacks. 10 years ago
Daniel Campora 6f218d7472 cc3200: Move wlan_init0() to the boot section. 10 years ago
Daniel Campora d8713d78f5 cc3200: Correct Sleep module name. Must be 'Sleep', not 'sleep'. 10 years ago
Daniel Campora dbb4aef5e3 cc3200: Make WLAN.isconnected() also work in AP mode. 10 years ago
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python. 10 years ago
Daniel Campora d11317bcab cc3200: Make WLAN scan results a list of attrtupple. 10 years ago
Daniel Campora f81684141e cc3200: Implement os.uname() to get details of the OS and hardware. 10 years ago
Daniel Campora d34c4784a5 cc3200: Select NIC when the socket is created. 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
Daniel Campora c1a77a0c9f cc3200: Use new %q format to print qstr's where appropiate. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Daniel Campora f7a26472af cc3200: Add IPPROTO_SEC to be able to create secure sockets. 10 years ago
Daniel Campora c69b4310c8 cc3200: Add WLAN.config_ip(). 10 years ago
Daniel Campora 6e25d955f4 cc3200: Enable long filename support in FatFS. 10 years ago
Daniel Campora d460a30711 cc3200: Add specific version file for the CC3200 port. 10 years ago
Daniel Campora 3f42f32648 cc3200: Remove duplicated code from moduos. 10 years ago
Daniel Campora 760a6eca9b cc3200: Minor refactorings on modwlan and pybsleep. 10 years ago
Daniel Campora 4be44014ab cc3200: Reenable active interrupts when waking from suspended mode. 10 years ago
Daniel Campora 2d717ad97a cc3200: Add callback support to the UART for RX interrupts. 10 years ago
Daniel Campora e909e38871 cc3200: Remove superflous parameters from the SPI API. 10 years ago
Daniel Campora 7f41f650de cc3200: Remove superflous params from the I2C API. 10 years ago
Daniel Campora 26d230419c cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD. 10 years ago
Daniel Campora 684dba40f0 cc3200: Roll back to the previous telnet and ftp timeouts. 10 years ago
Daniel Campora e15f8198bc cc3200: Keep WLAN enabled during the soft reset. 10 years ago
danicampora 104a867447 cc3200: Fix bug in telnet that caused the rx buffer to overflow. 10 years ago
danicampora 59f6831336 cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled. 10 years ago
danicampora 77791b5633 cc3200: Improve usability and robustness of the servers. 10 years ago
danicampora c1c23e2f6a cc3200: Remove superfluous code in pybsleep. 10 years ago
danicampora cd9bc14c8f cc3200: Add SPI module. 10 years ago
danicampora c45e641c1d cc3200: Re-name pybsystick to mpsystick. 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 f382f4442e cc3200: Fixes and improvements to the SD card driver. 10 years ago
danicampora 963d7c7ee6 cc3200: Refactor I2C. Remove all references to SLAVE mode. 10 years ago
danicampora d3912549a3 cc3200: Improve I2C timeout handling. 10 years ago
danicampora 005a7f4190 cc3200: Fix extint_enable behaviour when the callback is updated. 10 years ago
danicampora 181fe5016c cc3200: Add RTC callback with wake-up from sleep capability. 10 years ago
danicampora 6de1b39368 cc3200: Make peripheral objects static. 10 years ago
danicampora fcf6db0695 cc3200: Register pybsd with the sleep module and use pin_config(). 10 years ago