index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
irq.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-22
stmhal: Add "quiet timing" enter/exit functions.
Damien George
2017-03-22
stmhal/irq: Shift IRQ priorities of TIM and EXTINT to be above PENDSV.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-08-22
stmhal: Remove obsolete code for special handling of TIM3 irq settings.
Damien George
2015-12-22
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Damien George
2015-12-04
stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher.
Damien George
2015-12-04
stmhal: Add raise_irq_pri and restore_irq_pri functions.
Damien George
2015-11-25
stmhal: Increase the priority of UART IRQ.
Dave Hylands
2015-11-24
stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.
Damien George
2015-11-24
stmhal/irq: Add comment about SDIO priority being higher than DMA.
Damien George
2015-11-24
stmhal: Put IRQs into priority order.
Dave Hylands
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2014-11-30
stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.
Damien George
2014-08-25
stmhal: Make enable_irq and disable_irq inline functions.
Damien George
2014-08-25
Add save/restore_irq
Dave Hylands