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.c
Age
Commit message (
Expand
)
Author
2015-09-16
cc3200: Make UART choose default id when not given.
Daniel Campora
2015-09-10
tests/wipy: Add I2C tests.
Daniel Campora
2015-09-10
cc3200: Refactor pin af assigment functions.
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-08-16
cc3200: Improve callback API.
Daniel Campora
2015-07-07
cc3200: Improve interrupt handling and fix bug in HAL_Delay().
Daniel Campora
2015-06-10
cc3200: Add sendbreak method to the UART.
Daniel Campora
2015-06-10
cc3200: Make UART API more similar to stmhal.
Daniel Campora
2015-05-26
cc3200: Clean up exception handling.
Daniel Campora
2015-05-26
cc3200: Use polarity and phase instead of submode in the SPI construct.
Daniel Campora
2015-05-25
cc3200: Make API more similar to stmhal.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-05-17
cc3200: Fix power mode param check in the UART callback constructor.
Daniel Campora
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-03-26
cc3200: Reenable active interrupts when waking from suspended mode.
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-17
cc3200: Remove unneeded functions and add pybsleep_remove() calls.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-03-11
cc3200: Add preliminary low power deep sleep support.
danicampora
2015-02-23
cc3200: Change UART.print() to make it consistent with the rest.
danicampora
2015-02-21
cc3200: Add UART __del__ method.
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-20
cc3200: Increase UART default read buffer size to 128 bytes.
danicampora
2015-02-20
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
danicampora
2015-02-13
cc3200: Add I2C module. Only master mode is currently supported.
danicampora
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-09
cc3200: Rename GPIO module to Pin.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora