aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybspi.c
AgeCommit message (Expand)Author
2015-05-27cc3200: Simplify SPI polarity and phase checks in constructor.Daniel Campora
2015-05-27cc3200: Fix I2C and SPI module references.Daniel Campora
2015-05-26cc3200: Clean up exception handling.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-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-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