1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

make: introduce and use periph_cpuid feature

This commit is contained in:
Ludwig Ortmann 2014-10-16 19:04:02 +02:00
parent b9d17e38f3
commit a20e287a96
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
FEATURES_PROVIDED = periph_gpio periph_random
FEATURES_PROVIDED = periph_gpio periph_random periph_cpuid

View File

@ -1 +1 @@
FEATURES_PROVIDED = transceiver
FEATURES_PROVIDED = transceiver periph_cpuid

View File

@ -1 +1 @@
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt periph_cpuid

View File

@ -1 +1 @@
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt periph_cpuid

View File

@ -1 +1 @@
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt periph_cpuid

View File

@ -1,6 +1,6 @@
export APPLICATION = periph_cpuid
include ../Makefile.tests_common
#BOARD_WHITELIST := native
FEATURES_REQUIRED = periph_cpuid
include $(RIOTBASE)/Makefile.include