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
Laurent Navet eed73beaa1 cpu/atmega_common: prepare for atmega328p inclusion
use generic avr/libc definition for conditionnal compilation.
eg: use #ifdef(PORTG) or #ifdef(TIMER_0_ISRC) instead of #ifdef(Atmega328p)
This is more generic and simplify future boards support.
2016-08-20 12:23:48 +02:00
..
gpio.c cpu/atmega_common: prepare for atmega328p inclusion 2016-08-20 12:23:48 +02:00
Makefile cpu/atmega_common: add common atmega CPU code to atmega_common 2016-06-22 14:25:10 +02:00
spi.c atmega_common: abstract Power Reduction Register 2016-08-20 12:21:32 +02:00
timer.c cpu/atmega_common: prepare for atmega328p inclusion 2016-08-20 12:23:48 +02:00
uart.c cpu/atmega_common: add common atmega CPU code to atmega_common 2016-06-22 14:25:10 +02:00