aboutsummaryrefslogtreecommitdiff
path: root/cc3200/misc/mpirq.c
AgeCommit message (Collapse)Author
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
py/mphal.h contains declarations for generic mp_hal_XXX functions, such as stdio and delay/ticks, which ports should provide definitions for. A port will also provide mphalport.h with further HAL declarations.
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora