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