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:
parent
b9d17e38f3
commit
a20e287a96
@ -1 +1 @@
|
||||
FEATURES_PROVIDED = periph_gpio periph_random
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_cpuid
|
||||
|
||||
@ -1 +1 @@
|
||||
FEATURES_PROVIDED = transceiver
|
||||
FEATURES_PROVIDED = transceiver periph_cpuid
|
||||
|
||||
@ -1 +1 @@
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
||||
@ -1 +1 @@
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
||||
@ -1 +1 @@
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt
|
||||
FEATURES_PROVIDED = periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
export APPLICATION = periph_cpuid
|
||||
include ../Makefile.tests_common
|
||||
|
||||
#BOARD_WHITELIST := native
|
||||
FEATURES_REQUIRED = periph_cpuid
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user