Gregory Nutt 2ab4d635b4 tools/nxstyle.c: Correct detection of missing blank line following a block comment. 5 years ago
..
Make.defs 80e7107c9f sched/irq/Make.defs: Fix warning about irq_csection.o appearing multiple times in the same rule. 5 years ago
irq.h 1ac9558460 sched/irq and sched/sched: Measurement of interrupt handler duration used to be available only in Tickless mode since it used the high resolution Tickless timer to measure interrupt time. This commit adds CONFIG_SCHED_IRQMONITOR_GETTIME which, if enabled, will force the interrupt duration caculation to use the same high-resolution, platform-specific timer as is used with the Critical Section Monitor. This leads to two improvements: (1) You can now measure interrupt duration in non-Tickless mode, and (2) in either mode, the interrupt duration and the critical section measures will use the same high-resulotion timer and should, therefore, never be any descripancy due to different clock sources. 5 years ago
irq_attach.c d38be46655 sched/irq: Add support interrupt chains in NuttX. IRQ chain is very useful in these cases: (1) Multiple hardware connect to the same request line(e.g. PCI), (2) Need multiple driver to support one hardware block (like Linux MFD) 6 years ago
irq_chain.c bde0509cae tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules. 5 years ago
irq_csection.c c397692532 sched/semaphore/spinlock.c: spin_trylock handle memory barrier and instrumentation correctly. 5 years ago
irq_dispatch.c e57f7cf6ae Critical Section Monitor (sched/ and fs/procfs: Remove SCHED_IRQMONITOR_GETTIME to simplify the clock source selection: (1) Use up_critmon_gettime if SCHED_IRQMONITOR, (2) Call clock_systimespec if SCHED_TICKLESS, (3) Don't collect timing info for all other cases and move up_critmon_* to arch.h avoid the duplicated declaration. 5 years ago
irq_foreach.c 0080225473 sched/irq: Add a configuration option to show interrupt information via a procfs file. 6 years ago
irq_initialize.c 553c566650 sched/irq: Include a few ProcFS-related changes missed in commit 1ac95584603258402ea4e9c48977e52f494f4c77 5 years ago
irq_procfs.c 2ab4d635b4 tools/nxstyle.c: Correct detection of missing blank line following a block comment. 5 years ago
irq_spinlock.c e1202d2ed3 Replace all ASSERT with DEBUGASSERT to save the code space 6 years ago
irq_unexpectedisr.c b3222bbc8a irq_dispatch: Add argument pointer to irq_dispatch 7 years ago