mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d6c0398f3d
A debug pin can be used to probe timer interrupts with an oscilloscope or other time measurement equipment. Thus, determine when an interrupt occurs and how long the timer ISR takes. The pin should be defined in the makefile as follows: CFLAGS += -DDEBUG_TIMER_PORT=PORTF -DDEBUG_TIMER_DDR=DDRF \ -DDEBUG_TIMER_PIN=PORTF4 |
||
---|---|---|
.. | ||
include | ||
periph | ||
atmega_stdio.c | ||
doc.txt | ||
irq_arch.c | ||
Makefile | ||
Makefile.features | ||
Makefile.include | ||
posix_unistd.c | ||
thread_arch.c |