diff --git a/boards/samd21-xpro/Makefile.features b/boards/samd21-xpro/Makefile.features index 370a47e1fcce6b1dc23028366a562256f89ffd2e..80d8592fdb1d0d2826faccbbce18f5856eda9d7e 100644 --- a/boards/samd21-xpro/Makefile.features +++ b/boards/samd21-xpro/Makefile.features @@ -1,6 +1,7 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc FEATURES_PROVIDED += periph_cpuid +FEATURES_PROVIDED += peiph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_pwm diff --git a/boards/saml21-xpro/Makefile.features b/boards/saml21-xpro/Makefile.features index 7e71364551c1bc1e8f092eb1265e00cc9a9e2417..87ef69414957cbc31bcb4d5f64f63edba4d59a0a 100644 --- a/boards/saml21-xpro/Makefile.features +++ b/boards/saml21-xpro/Makefile.features @@ -1,6 +1,7 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc FEATURES_PROVIDED += periph_cpuid +FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_rtc FEATURES_PROVIDED += periph_rtt diff --git a/boards/samr21-xpro/Makefile.features b/boards/samr21-xpro/Makefile.features index 370a47e1fcce6b1dc23028366a562256f89ffd2e..b037e1c017cba8e68074a5b42dda7d41c5662585 100644 --- a/boards/samr21-xpro/Makefile.features +++ b/boards/samr21-xpro/Makefile.features @@ -1,6 +1,7 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc FEATURES_PROVIDED += periph_cpuid +FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_pwm