make: introduce and use periph_pwm feature

This commit is contained in:
Ludwig Ortmann 2014-10-16 19:12:53 +02:00
parent 2cb8ea672a
commit b3ecfd0a6e
3 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
FEATURES_PROVIDED = transceiver FEATURES_PROVIDED = transceiver periph_pwm

View File

@ -1 +1 @@
FEATURES_PROVIDED = periph_gpio periph_spi FEATURES_PROVIDED = periph_gpio periph_spi periph_pwm

View File

@ -1,9 +1,7 @@
export APPLICATION = periph_pwm export APPLICATION = periph_pwm
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_pwm
wsn430-v1_3b wsn430-v1_4 z1
# all listed boards: no periph_conf.h defined,
USEMODULE += vtimer USEMODULE += vtimer
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init