From 331ad0970d1d7e9384ad9fe8ed21483c4f4e4cdf Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Wed, 25 Apr 2018 10:32:09 +0200 Subject: [PATCH] cpu/stm32{f,l}{0,1}: provide flash common feature --- cpu/stm32f0/Makefile.features | 1 + cpu/stm32f1/Makefile.features | 1 + cpu/stm32l0/Makefile.features | 1 + cpu/stm32l1/Makefile.features | 1 + 4 files changed, 4 insertions(+) diff --git a/cpu/stm32f0/Makefile.features b/cpu/stm32f0/Makefile.features index d286ea06f2..e2a50dd865 100644 --- a/cpu/stm32f0/Makefile.features +++ b/cpu/stm32f0/Makefile.features @@ -1,4 +1,5 @@ ifeq (,$(filter nucleo-f031k6,$(BOARD))) + FEATURES_PROVIDED += periph_flash_common FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage_raw endif diff --git a/cpu/stm32f1/Makefile.features b/cpu/stm32f1/Makefile.features index 5e5e8b9118..e5e8c0f6d8 100644 --- a/cpu/stm32f1/Makefile.features +++ b/cpu/stm32f1/Makefile.features @@ -1,3 +1,4 @@ +FEATURES_PROVIDED += periph_flash_common FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage_raw diff --git a/cpu/stm32l0/Makefile.features b/cpu/stm32l0/Makefile.features index ba0527ef17..d24cf4c8db 100644 --- a/cpu/stm32l0/Makefile.features +++ b/cpu/stm32l0/Makefile.features @@ -1,3 +1,4 @@ +FEATURES_PROVIDED += periph_flash_common FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage_raw FEATURES_PROVIDED += periph_hwrng diff --git a/cpu/stm32l1/Makefile.features b/cpu/stm32l1/Makefile.features index 5e5e8b9118..e5e8c0f6d8 100644 --- a/cpu/stm32l1/Makefile.features +++ b/cpu/stm32l1/Makefile.features @@ -1,3 +1,4 @@ +FEATURES_PROVIDED += periph_flash_common FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage_raw -- GitLab