1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

make: add gpio feature

This commit is contained in:
Ludwig Ortmann 2014-10-01 17:24:27 +02:00
parent 519821db41
commit 6262c4427e
15 changed files with 15 additions and 10 deletions

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -1 +1 @@
FEATURES_PROVIDED = transceiver
FEATURES_PROVIDED = transceiver periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -0,0 +1 @@
FEATURES_PROVIDED = periph_gpio

View File

@ -1,11 +1,9 @@
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

View File

@ -1,9 +1,7 @@
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

View File

@ -1,9 +1,7 @@
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