1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +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
include ../Makefile.tests_common
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h native qemu-i386 redbee-econotag telosb \
wsn430-v1_3b wsn430-v1_4 z1
# all listed boards: no periph_conf.h defined,
FEATURES_REQUIRED = periph_rtt
DISABLE_MODULE += auto_init