aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybi2c.c
AgeCommit message (Expand)Author
2015-06-10cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.Daniel Campora
2015-05-27cc3200: Fix I2C and SPI module references.Daniel Campora
2015-05-26cc3200: Clean up exception handling.Daniel Campora
2015-05-25cc3200: Make API more similar to stmhal.Daniel Campora
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-03-26cc3200: Add callback support to the UART for RX interrupts.Daniel Campora
2015-03-25cc3200: Remove superflous params from the I2C API.Daniel Campora
2015-03-21cc3200: Add SPI module.danicampora
2015-03-18cc3200: Refactor I2C. Remove all references to SLAVE mode.danicampora
2015-03-18cc3200: Improve I2C timeout handling.danicampora
2015-03-17cc3200: Make peripheral objects static.danicampora
2015-03-17cc3200: Remove unneeded functions and add pybsleep_remove() calls.danicampora
2015-03-11cc3200: Register ADC and I2C with the sleep module.danicampora
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora
2015-02-21cc3200: Add explicit py/ path-prefix for py includes.Damien George
2015-02-20cc3200: Refactor UART and I2C object creation.danicampora
2015-02-13cc3200: Add I2C module. Only master mode is currently supported.danicampora