summaryrefslogtreecommitdiff
path: root/cc3200/application.mk
AgeCommit message (Expand)Author
2016-02-21cc3200: Fix "debug" build.danicampora
2016-02-15cc3200: Fix breakage after VfsFat refactor.Paul Sokolovsky
2016-02-07cc3200: Add stmhal/builtin_open.c to build.Paul Sokolovsky
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-10-31cc3200: Use common pyexec.c .Paul Sokolovsky
2015-10-28cc3200: Actually allow to specify a custom build directory.danicampora
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
2015-09-27cc3200: Disable uheapq and uhashlib.Daniel Campora
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-10cc3200: Add alternate functions list to Pin object.Daniel Campora
2015-07-02cc3200: Add modussl, ssl sockets subclassed from normal sockets.Daniel Campora
2015-06-24cc3200: Add deploy target and improve robustness of update-wipy.py.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-05-22cc3200: Add own ubinascii module.Daniel Campora
2015-05-20cc3200: Add uhashlib. Supports SHA1 and SHA256.Daniel Campora
2015-05-17cc3200: Add Timer module. Supports free running, PWM and capture modes.Daniel Campora
2015-05-13lib: Move time utility functions to common library.Josef Gajdusek
2015-05-04lib: Move some common mod_network_* functions to lib/netutils.Josef Gajdusek
2015-05-03cc3200: Clean up pyb.PinDaniel Campora
2015-04-11cc3200: Enable long filename support in FatFS.Daniel Campora
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-03-21cc3200: Add SPI module.danicampora
2015-03-21cc3200: Re-name pybsystick to mpsystick.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-28cc3200: Create separate release/debug build directoriesJohan Hendriks
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora
2015-02-22cc3200: Add optimization flags to drivers/cc3100 in the debug build.danicampora
2015-02-21cc3200: Get compiling with CC3100 driver from drivers/ directory.Damien George
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: Add ADC module.danicampora
2015-02-20cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.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