summaryrefslogtreecommitdiff
path: root/stmhal/irq.c
AgeCommit message (Expand)Author
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-11py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-09-17stmhal: Fix bugs in documentation so it compiles.Damien George
2014-08-25stmhal: Make enable_irq and disable_irq inline functions.Damien George
2014-08-25Add save/restore_irqDave Hylands