From 9c442a3547ebdadc014e2ec88ae902518349c245 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 17 Oct 2019 21:42:07 +0200 Subject: [PATCH] cpu/atmega_common: provide gpio feature at cpu level --- cpu/atmega_common/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/atmega_common/Makefile.features b/cpu/atmega_common/Makefile.features index 803b95c5c0..20e4be884a 100644 --- a/cpu/atmega_common/Makefile.features +++ b/cpu/atmega_common/Makefile.features @@ -2,4 +2,5 @@ FEATURES_PROVIDED += arch_8bit FEATURES_PROVIDED += arch_avr8 FEATURES_PROVIDED += atmega_pcint0 FEATURES_PROVIDED += periph_eeprom +FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_pm