aboutsummaryrefslogtreecommitdiff
path: root/cc3200/boards
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-12-28cc3200: Enable UART REPL by default.Paul Sokolovsky
2016-02-21cc3200: Simplify the Timer API and correct the documents.danicampora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-16cc3200: New ADC API.Daniel Campora
2015-09-10cc3200: Add SDcard pin af on index 8.Daniel Campora
2015-09-10cc3200: New UART API plus related test.Daniel Campora
2015-09-10cc3200: Add alternate functions list to Pin object.Daniel Campora
2015-09-10cc3200: Re-work Pin class according to the new API.Daniel Campora
2015-09-10cc3200: Implement new Pin API.Daniel Campora
2015-07-30cc3200: Rename pins from GPIO to just GP.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-05-28cc3200: Remove WIPY-SD variant, and make the WiPy the default board.Daniel Campora
2015-05-27cc3200: Move the STDIO UART pin configuration to mpconfigboard.h.Daniel Campora
2015-05-25cc3200: Make API more similar to stmhal.Daniel Campora
2015-04-29cc3200: Implement os.uname() to get details of the OS and hardware.Daniel Campora
2015-04-07cc3200: Enable the stdio UART for the LaunchXL only.Daniel Campora
2015-04-04cc3200: Add WLAN AP specific settings for each board.Daniel Campora
2015-03-31cc3200: Add specific version file for the CC3200 port.Daniel Campora
2015-03-26cc3200: Reenable active interrupts when waking from suspended mode.Daniel Campora
2015-03-26cc3200: Add callback support to the UART for RX interrupts.Daniel Campora
2015-03-25cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.Daniel Campora
2015-03-25cc3200: Rename the WiPy_SD to WiPy-SD.Daniel Campora
2015-03-16cc3200: Fix spaces aligment in LAUNCHXL/mpconfigboard.hdanicampora
2015-03-16cc3200: Remove double administration of callback objects.danicampora
2015-03-12cc3200: Correct WiPy's pinout and the pin generation script.danicampora
2015-03-11cc3200: Add WiPy and WiPy_SD board support.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: Add preliminary low power deep sleep support.danicampora
2015-02-25cc3200: Implement safe boot pin and system led behaviour.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-09cc3200: Rename GPIO module to Pin.danicampora
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora