mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests: fixed blacklisting for UART tests
changed from explicit blacklisting to feature based approach
This commit is contained in:
parent
934f7b6b33
commit
e859d74ea4
@ -1,9 +1,7 @@
|
|||||||
export APPLICATION = periph_uart_blocking
|
export APPLICATION = periph_uart_blocking
|
||||||
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_uart
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
|
||||||
# all listed boards: no periph_conf.h defined,
|
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
export APPLICATION = periph_uart_int
|
export APPLICATION = periph_uart_int
|
||||||
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_uart
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
|
||||||
# all listed boards: no periph_conf.h defined,
|
|
||||||
|
|
||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user