aboutsummaryrefslogtreecommitdiff
path: root/cc3200/qstrdefsport.h
AgeCommit message (Expand)Author
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-06-03cc3200: Add method to configure the servers timeout.Daniel Campora
2015-05-29cc3200: Add period set method to the Timer class.Daniel Campora
2015-05-29cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id().Daniel Campora
2015-05-28cc3200: Rename Pin.get_config() to Pin.info().Daniel Campora
2015-05-27cc3200: Add make_new method to the WDT.Daniel Campora
2015-05-26cc3200: Use polarity and phase instead of submode in the SPI construct.Daniel Campora
2015-05-25cc3200: Make API more similar to stmhal.Daniel Campora
2015-05-22cc3200: Finally unlock the full wake on WLAN feature set.Daniel Campora
2015-05-22cc3200: Add own ubinascii module.Daniel Campora
2015-05-21cc3200: Remove uhashlib.hexdigest().Daniel Campora
2015-05-20cc3200: Add uhashlib. Supports SHA1 and SHA256.Daniel Campora
2015-05-20cc3200: Rewrite WLAN.ifconfig(). Add WLAN.info() and WLAN.connections().Daniel Campora
2015-05-17cc3200: Re-name 'intmode' to 'mode' in the callback API.Daniel Campora
2015-05-17cc3200: Add Timer module. Supports free running, PWM and capture modes.Daniel Campora
2015-05-17cc3200: Add os.rename()Daniel Campora
2015-05-07cc3200: Enable MICROPY_MODULE_WEAK_LINKS.Daniel Campora
2015-05-03cc3200: Clean up pyb.PinDaniel Campora
2015-05-03cc3200: WLAN.ifconfig returns an attrtuple instead of a dictionary.Daniel Campora
2015-05-03cc3200: Implement Sleep.wake_reason()Daniel Campora
2015-04-29cc3200: Make WLAN scan results a list of attrtupple.Daniel Campora
2015-04-29cc3200: Implement os.uname() to get details of the OS and hardware.Daniel Campora
2015-04-14cc3200: Add IPPROTO_SEC to be able to create secure sockets.Daniel Campora
2015-04-13cc3200: Add WLAN.config_ip().Daniel Campora
2015-04-11cc3200: Enable long filename support in FatFS.Daniel Campora
2015-03-31cc3200: Add specific version file for the CC3200 port.Daniel Campora
2015-03-26cc3200: Add callback support to the UART for RX interrupts.Daniel Campora
2015-03-26cc3200: Remove superflous parameters from the SPI API.Daniel Campora
2015-03-25cc3200: Remove superflous params from the I2C API.Daniel Campora
2015-03-21cc3200: Add SPI module.danicampora
2015-03-19cc3200: Move server methods from WLAN to the network module.danicampora
2015-03-18cc3200: Refactor I2C. Remove all references to SLAVE mode.danicampora
2015-03-14cc3200: Rewrite the PRCM RTC functionality methods.danicampora
2015-03-12cc3200: Allow separate selection of the power mode in Pin callbacks.danicampora
2015-03-12cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig.danicampora
2015-03-11cc3200: Add power management framework. Add mpcallback class.danicampora
2015-03-11cc3200: Merge ExtInt class into Pin class.danicampora
2015-03-11cc3200: Make WDT and HeartBeat constant objects on their own right.danicampora
2015-02-28cc3200: Add heartbeat signal on system led.danicampora
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora
2015-02-23cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().danicampora
2015-02-22cc3200: Add wlan_urn() thanks to Nadim El-Fata and Bryan Morrissey.danicampora
2015-02-21cc3200: Rename SD.config() to SD.config_pins().danicampora
2015-02-21cc3200: Add SD module and disable SD card support for the LAUNCHXL.danicampora
2015-02-20cc3200: Refactor UART and I2C object creation.danicampora
2015-02-20cc3200: Add ADC module.danicampora
2015-02-13cc3200: Add I2C module. Only master mode is currently supported.danicampora
2015-02-09cc3200: Rename GPIO module to Pin.danicampora
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora