summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/misc/mpcallback.c
Commit message (Collapse)AuthorAge
* cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora2015-09-27
|
* cc3200: New UART API plus related test.Daniel Campora2015-09-10
|
* cc3200: Fix bug in pybsleep remove.Daniel Campora2015-09-10
|
* cc3200: Improve callback API.Daniel Campora2015-08-16
| | | | | Rename "wakes" param to "wake_from" and make "value" an object instead of an integer.
* cc3200: Improve interrupt handling and fix bug in HAL_Delay().Daniel Campora2015-07-07
|
* cc3200: Re-name 'intmode' to 'mode' in the callback API.Daniel Campora2015-05-17
|
* cc3200: Add Timer module. Supports free running, PWM and capture modes.Daniel Campora2015-05-17
|
* cc3200: Reenable active interrupts when waking from suspended mode.Daniel Campora2015-03-26
|
* cc3200: Add callback support to the UART for RX interrupts.Daniel Campora2015-03-26
|
* cc3200: Remove superfluous code in pybsleep.danicampora2015-03-21
|
* cc3200: Remove double administration of callback objects.danicampora2015-03-16
|
* cc3200: Allow separate selection of the power mode in Pin callbacks.danicampora2015-03-12
|
* cc3200: Add power management framework. Add mpcallback class.danicampora2015-03-11
Supports suspend and hibernate modes. Waking is possible throug GPIO and WLAN. The mpcallback class is generic and can be reused by other classes.