mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: remove redundant APPLICATION defines
This commit is contained in:
parent
1318e18ab3
commit
fc2eff9fba
@ -1,4 +1,3 @@
|
||||
APPLICATION = bitarithm_timings
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = bloom_bytes
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h telosb wsn430-v1_3b \
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = board_calliope-mini
|
||||
BOARD ?= calliope-mini
|
||||
include ../Makefile.tests_common
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = board_microbit
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD = microbit
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = buttons
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = cbor
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno
|
||||
|
@ -1,4 +1,3 @@
|
||||
export APPLICATION = can
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = cpp11_condition_variable
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# ROM is overflowing for these boards when using
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = cpp11_mutex
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# ROM is overflowing for these boards when using
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = cpp11_thread
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# ROM is overflowing for these boards when using
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_adcxx1c
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_adt7310
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-mega2560 waspmote-pro
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_adxl345
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_apa102
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += apa102
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_at30tse75x
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_at86rf2xx
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_bh1750
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_bmp180
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += bmp180
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_bmx280
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DRIVER ?= bme280
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_dht
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += dht
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_ds1307
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += ds1307
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_dsp0401
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += dsp0401
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_dynamixel
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# chronos : USART_1 undeclared
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_enc28j60
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_encx24j600
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_feetech
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# chronos : USART_1 undeclared
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_grove_ledbar
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += grove_ledbar
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_hd44780
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# the stm32f4discovery does not have the arduino pinout
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_hdc1000
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_hih6130
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_hts221
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_ina220
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_io1_xplained
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += io1_xplained
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_isl29020
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,5 +1,3 @@
|
||||
APPLICATION = driver_isl29125
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= samr21-xpro
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_jc42
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += jc42
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_kw2xrf
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_l3g4200d
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_lis3dh
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += lis3dh
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_lis3mdl
|
||||
BOARD ?= limifrog-v1
|
||||
include ../Makefile.tests_common
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_lpd8808
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += lpd8808
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_lps331ap
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_lsm303dlhc
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_lsm6dsl
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_mag3110
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_mma8x5x
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_mpl3115a2
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_mpu9150
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += mpu9150
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_mq3
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_adc
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_my9221
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += my9221
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_nrf24l01p_lowlevel
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_nvram_spi
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_pdc8544
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_gpio periph_spi
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_pir
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_pn532
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_sdcard_spi
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_servo
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_pwm
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_si70xx
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# This test should also work with Si7006, Si7013 and Si7020 variants.
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_soft_spi
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD ?= native
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_srf02
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_srf08
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_sx127x
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_tcs37727
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_tmp006
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_tsl2561
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_veml6070
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += veml6070
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_xbee
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_uart periph_gpio
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = emb6
|
||||
# overwrite board, do not set native as default
|
||||
BOARD ?= samr21-xpro
|
||||
include ../Makefile.tests_common
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = event
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FORCE_ASSERTS = 1
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = evtimer_msg
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = evtimer_msg
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
|
||||
|
@ -1,5 +1,4 @@
|
||||
# name of your application
|
||||
APPLICATION = fault_handler
|
||||
include ../Makefile.tests_common
|
||||
|
||||
CFLAGS += -DDEVELHELP=1
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = float
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = fmt_print
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += fmt
|
||||
|
@ -1,5 +1,4 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_ipv6_ext
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_ipv6_nib
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_ipv6_nib_6ln
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030 nucleo-l053 nucleo32-f031 \
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_ndp
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_ipv6_nib
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
|
||||
|
@ -1,5 +1,4 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_sixlowpan
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = gnrc_sock_dns
|
||||
include ../Makefile.tests_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = gnrc_sock_ip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = gnrc_sock_udp
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_tcp_client
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_tcp_server
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_udp
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = irq
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = leds
|
||||
include ../Makefile.tests_common
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = libfixmath
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEPKG += libfixmath
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = libfixmath_unittests
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = lwip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = lwip_sock_ip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||
|
@ -1,5 +1,3 @@
|
||||
APPLICATION = lwip_sock_tcp
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||
|
@ -1,5 +1,3 @@
|
||||
APPLICATION = lwip_sock_udp
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = malloc
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -1,5 +1,3 @@
|
||||
APPLICATION = hello_mcuboot
|
||||
|
||||
BOARD ?= nrf52dk
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = minimal
|
||||
include ../Makefile.tests_common
|
||||
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = mpu_stack_guard
|
||||
BOARD ?= samr21-xpro
|
||||
include ../Makefile.tests_common
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = msg_avail
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = msg_send_receive
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user