1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common/periph
Josarn d6c0398f3d atmega timer: Interrupt Pin
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
2018-07-18 20:48:17 +02:00
..
adc.c cpu/atmega_common: Support for ATmega1284P 2018-03-25 14:24:40 -04:00
eeprom.c cpu/atmega_common: add support for eeprom periph interface 2018-05-24 14:07:55 +02:00
gpio.c cpu/atmega_common: misc gpio interrupt fixes 2018-06-28 16:06:36 -04:00
i2c.c cpu/atmega_common: remove useless periph file guard 2018-04-16 09:58:44 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c cpu/atmega-common: Adjustments Jiminy-mega256rfr2 2018-03-02 13:33:26 +01:00
spi.c cpu/atmega_common: Support for ATmega1284P 2018-03-25 14:24:40 -04:00
timer.c atmega timer: Interrupt Pin 2018-07-18 20:48:17 +02:00
uart.c cpu/atmega_common/periph/uart.c: uncrustified 2018-06-14 21:47:33 +02:00