make: introduce and use periph_pwm feature

dev/timer
Ludwig Ortmann 9 years ago
parent 2cb8ea672a
commit b3ecfd0a6e

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

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

@ -1,9 +1,7 @@
export APPLICATION = periph_pwm
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_pwm
USEMODULE += vtimer
DISABLE_MODULE += auto_init

Loading…
Cancel
Save