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