From e116fd961f8c411a725376429fdfe9179189cf5e Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Wed, 8 Nov 2017 17:09:18 +0100 Subject: [PATCH] boards/msp430-based: removed flashpage feature This feature is already defined by the (common) CPU implementation, so no need to re-define it for each board. --- boards/msb-430/Makefile.features | 1 - boards/msb-430h/Makefile.features | 1 - boards/telosb/Makefile.features | 1 - boards/wsn430-v1_3b/Makefile.features | 1 - boards/wsn430-v1_4/Makefile.features | 1 - boards/z1/Makefile.features | 1 - 6 files changed, 6 deletions(-) diff --git a/boards/msb-430/Makefile.features b/boards/msb-430/Makefile.features index 8fdc24d179..e43796c32b 100644 --- a/boards/msb-430/Makefile.features +++ b/boards/msb-430/Makefile.features @@ -1,5 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) -FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer diff --git a/boards/msb-430h/Makefile.features b/boards/msb-430h/Makefile.features index 93f404c051..f434c16f42 100644 --- a/boards/msb-430h/Makefile.features +++ b/boards/msb-430h/Makefile.features @@ -1,6 +1,5 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_gpio -FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart diff --git a/boards/telosb/Makefile.features b/boards/telosb/Makefile.features index 8fdc24d179..e43796c32b 100644 --- a/boards/telosb/Makefile.features +++ b/boards/telosb/Makefile.features @@ -1,5 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) -FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer diff --git a/boards/wsn430-v1_3b/Makefile.features b/boards/wsn430-v1_3b/Makefile.features index ded1c05385..35e3a8fd30 100644 --- a/boards/wsn430-v1_3b/Makefile.features +++ b/boards/wsn430-v1_3b/Makefile.features @@ -1,5 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) -FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_spi diff --git a/boards/wsn430-v1_4/Makefile.features b/boards/wsn430-v1_4/Makefile.features index ded1c05385..35e3a8fd30 100644 --- a/boards/wsn430-v1_4/Makefile.features +++ b/boards/wsn430-v1_4/Makefile.features @@ -1,5 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) -FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_spi diff --git a/boards/z1/Makefile.features b/boards/z1/Makefile.features index 8fdc24d179..e43796c32b 100644 --- a/boards/z1/Makefile.features +++ b/boards/z1/Makefile.features @@ -1,5 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) -FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer