aboutsummaryrefslogtreecommitdiff
path: root/cc3200/misc/mpcallback.h
AgeCommit message (Collapse)Author
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-10cc3200: New UART API plus related test.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
Rename "wakes" param to "wake_from" and make "value" an object instead of an integer.
2015-03-26cc3200: Reenable active interrupts when waking from suspended mode.Daniel Campora
2015-03-16cc3200: Remove double administration of callback objects.danicampora
2015-03-11cc3200: Add power management framework. Add mpcallback class.danicampora
Supports suspend and hibernate modes. Waking is possible throug GPIO and WLAN. The mpcallback class is generic and can be reused by other classes.