aboutsummaryrefslogtreecommitdiff
path: root/stmhal/irq.h
AgeCommit message (Expand)Author
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-12-04stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher.Damien George
2015-12-04stmhal: Add raise_irq_pri and restore_irq_pri functions.Damien George
2015-11-25stmhal: Increase the priority of UART IRQ.Dave Hylands
2015-11-24stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.Damien George
2015-11-24stmhal/irq: Add comment about SDIO priority being higher than DMA.Damien George
2015-11-24stmhal: Put IRQs into priority order.Dave Hylands
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2014-11-30stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.Damien George
2014-08-25stmhal: Make enable_irq and disable_irq inline functions.Damien George
2014-08-25Add save/restore_irqDave Hylands