nuttx/sched/irq
Mark Schulte b3222bbc8a irq_dispatch: Add argument pointer to irq_dispatch
Provide a user defined callback context for irq's, such that when
registering a callback users can provide a pointer that will get
passed back when the isr is called.
2017-02-27 06:27:56 -06:00
..
irq_attach.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
irq_csection.c SMP: Fix an error in critical section logic when performing a context switch from an interrupt handler. The g_cpu_irqset bit was not being set for the CPU so other CPUs did not know about the critical section. 2017-01-13 06:48:10 -06:00
irq_dispatch.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
irq_initialize.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
irq_unexpectedisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
irq.h irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
Make.defs SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -06:00