1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega32u4
Marian Buschsieweke f9f30ed15b
cpu/atmega32u4: Removed incorrect interrupt
Currently the configuration claims that external interrupt INT4 is present on
pin PE7. However, the ATmega32U4 datasheet (section 10.3.4 page 81) contains
the following remark to pin PE7: "Not present on pin-out". This commit removes
the PE7 from the interrupt config.
2019-07-26 17:22:55 +02:00
..
include cpu/atmega32u4: Removed incorrect interrupt 2019-07-26 17:22:55 +02:00
cpu.c cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
doc.txt cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
Makefile cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
Makefile.features cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
Makefile.include board: add support for arduino-leonardo 2019-05-24 15:12:47 +02:00