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
/
pybuart.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-10
cc3200: Improve Pin and UART implementation.
Daniel Campora
2015-09-10
cc3200: New UART API plus related test.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-03-26
cc3200: Add callback support to the UART for RX interrupts.
Daniel Campora
2015-03-17
cc3200: Make peripheral objects static.
danicampora
2015-03-11
cc3200: Register ADC and I2C with the sleep module.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-02-20
cc3200: Refactor UART and I2C object creation.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora