nuttx/sched/irq
2017-02-28 18:22:57 -06:00
..
irq_attach.c Fixes for coding standard: '*' needs to 'snuggle' with following variable name 2017-02-28 18:22:57 -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 Fixes for coding standard: '*' needs to 'snuggle' with following variable name 2017-02-28 18:22:57 -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