1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00

make: introduce and use periph_rtt feature

This commit is contained in:
Ludwig Ortmann 2014-10-16 19:24:02 +02:00
parent d9dd5b1913
commit 4cafe7c5a9
5 changed files with 5 additions and 7 deletions

View File

@ -1 +1 @@
FEATURES_PROVIDED = transceiver periph_gpio periph_uart periph_spi periph_i2c FEATURES_PROVIDED = transceiver periph_gpio periph_uart periph_spi periph_i2c periph_rtt

View File

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

View File

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

View File

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

View File

@ -1,9 +1,7 @@
export APPLICATION = periph_rtt export APPLICATION = periph_rtt
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h native qemu-i386 redbee-econotag telosb \ FEATURES_REQUIRED = periph_rtt
wsn430-v1_3b wsn430-v1_4 z1
# all listed boards: no periph_conf.h defined,
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init