1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
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
..
include Merge pull request #8857 from ZetaR60/RIOT_atmega_time_dot_h 2018-06-28 22:29:20 +02:00
periph atmega timer: Interrupt Pin 2018-07-18 20:48:17 +02:00
atmega_stdio.c cpu/atmega_common: provide common stdio initialization 2018-04-03 14:18:32 +02:00
doc.txt cpu: atmega_common: Initial import 2014-08-27 16:22:48 +02:00
irq_arch.c cpu/atmega_common: use __temp_reg__ 2018-03-30 10:22:32 +02:00
Makefile cpu/atmega2560: update atmega2560 CPU code to use atmega_common code 2016-06-22 14:25:10 +02:00
Makefile.features cpu/atmega_common: add support for eeprom periph interface 2018-05-24 14:07:55 +02:00
Makefile.include cpu/atmega_common: ignore format of avr-libc in CI 2018-05-28 13:04:55 -04:00
posix_unistd.c atmega_common: improve posix_unistd syscalls 2018-04-13 10:51:07 +02:00
thread_arch.c cpu/atmega_common/thread_arch.c: uncrustified 2018-06-14 21:47:33 +02:00