cpu/stm32{f,l}{0,1}: provide flash common feature

This commit is contained in:
Alexandre Abadie 2018-04-25 10:32:09 +02:00
parent 89e0389f27
commit 331ad0970d
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
ifeq (,$(filter nucleo-f031k6,$(BOARD)))
FEATURES_PROVIDED += periph_flash_common
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw
endif

View File

@ -1,3 +1,4 @@
FEATURES_PROVIDED += periph_flash_common
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw

View File

@ -1,3 +1,4 @@
FEATURES_PROVIDED += periph_flash_common
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw
FEATURES_PROVIDED += periph_hwrng

View File

@ -1,3 +1,4 @@
FEATURES_PROVIDED += periph_flash_common
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw