Skip to content
Snippets Groups Projects
Commit 6262c442 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: add gpio feature

parent 519821db
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 10 deletions
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = transceiver
FEATURES_PROVIDED = transceiver periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
FEATURES_PROVIDED = periph_gpio
APPLICATION = driver_pir
include ../Makefile.tests_common
# These boards do not suport periph/gpio.h at the time of this writing:
BOARD_BLACKLIST = native arduino-mega2560 avsextrem chronos mbed_lpc1768 msb-430 msb-430h msba2 pttu qemu-i386 redbee-econotag telosb wsn430-v1_3b wsn430-v1_4 z1
FEATURES_REQUIRED = periph_gpio
# Define default pin mappings for some boards:
BOARD_WHITELIST = stm32f4discovery arduino-due
ifneq (,$(filter stm32f4discovery,$(BOARD)))
export PIR_GPIO ?= GPIO_8
endif
......
export APPLICATION = periph_gpio
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_gpio
DISABLE_MODULE += auto_init
......
export APPLICATION = periph_gpio_exti
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_gpio
DISABLE_MODULE += auto_init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment