diff --git a/cpu/cc430/Makefile.features b/cpu/cc430/Makefile.features new file mode 100644 index 0000000000..fb1e9f3df3 --- /dev/null +++ b/cpu/cc430/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/msp430_common/Makefile.features diff --git a/cpu/msp430_common/Makefile.features b/cpu/msp430_common/Makefile.features new file mode 100644 index 0000000000..15cb270bb0 --- /dev/null +++ b/cpu/msp430_common/Makefile.features @@ -0,0 +1,2 @@ +FEATURES_PROVIDED += periph_flashpage +FEATURES_PROVIDED += periph_pm diff --git a/cpu/msp430fxyz/Makefile.features b/cpu/msp430fxyz/Makefile.features new file mode 100644 index 0000000000..fb1e9f3df3 --- /dev/null +++ b/cpu/msp430fxyz/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/msp430_common/Makefile.features