aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/modpyb.c
AgeCommit message (Expand)Author
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200: Implement support for os.dupterm().Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-08-16cc3200: Fix typo in modpyb.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
2015-06-10cc3200: Re-name pyb.hard_reset() to pyb.reset().Daniel Campora
2015-06-10cc3200: Add contructor to the HeartBeat class.Daniel Campora
2015-05-29cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id().Daniel Campora
2015-05-27cc3200: Add make_new method to the WDT.Daniel Campora
2015-05-27cc3200: Add make_new method to the RTC, like in stmhal.Daniel Campora
2015-05-27cc3200: Use MCU reset instead of SOC reset.Daniel Campora
2015-05-24cc3200: Remove NIC abstraction layer.Daniel Campora
2015-05-17cc3200: Add Timer module. Supports free running, PWM and capture modes.Daniel Campora
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
2015-04-29cc3200: Implement os.uname() to get details of the OS and hardware.Daniel Campora
2015-04-18cc3200: Clean up and reduce use/include of std.h.Damien George
2015-03-31cc3200: Add specific version file for the CC3200 port.Daniel Campora
2015-03-31cc3200: Remove duplicated code from moduos.Daniel Campora
2015-03-21cc3200: Add SPI module.danicampora
2015-03-18cc3200: Add parameter to wlan_stop() for custom timeout values.danicampora
2015-03-14cc3200: Rewrite the PRCM RTC functionality methods.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: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP.danicampora
2015-02-23cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().danicampora
2015-02-22cc3200: Remove dependencies from FreeRTOS.danicampora
2015-02-21cc3200: Add explicit py/ path-prefix for py includes.Damien George
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-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
2015-02-09cc3200: Rename GPIO module to Pin.danicampora
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora