mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM Blacklisted LPC11Uxx.h for doxygen
This commit is contained in:
parent
c1a3c729ff
commit
cefe2a6698
@ -824,6 +824,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
|
||||
*/drivers/nrf24l01p/include/nrf24l01p_settings.h \
|
||||
*/cpu/nrf51/include/nrf51*.h \
|
||||
*/cpu/lpc1768/include/LPC17xx.h \
|
||||
*/cpu/lpc11u34/include/LPC11Uxx.h \
|
||||
*/boards/*/include/periph_conf.h \
|
||||
*/cpu/x86/include/x86_pci.h \
|
||||
*/cpu/stm32l1/include/stm32l1xx.h \
|
||||
|
@ -8,7 +8,7 @@ BOARD ?= samr21-xpro
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 pca10000 pca10005 nucleo-f334 \
|
||||
spark-core stm32f0discovery yunjia-nrf51822
|
||||
spark-core stm32f0discovery weio yunjia-nrf51822
|
||||
|
||||
ifeq (,$(SLIP_UART))
|
||||
# set default (last available UART)
|
||||
|
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
|
@ -8,8 +8,8 @@ BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery telosb wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -6,7 +6,7 @@ BOARD ?= native
|
||||
|
||||
# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
|
||||
# (used currently by travis)
|
||||
BOARD_INSUFFICIENT_MEMORY=stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
# msp430 and avr have problems with int width and libcoaps usage of :x notation in structs
|
||||
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h stm32f0discovery telosb \
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
|
@ -5,7 +5,7 @@ BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 z1
|
||||
weio wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
USEMODULE += gnrc_netif_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_uart periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio
|
||||
|
||||
# Define default pin mappings for some boards:
|
||||
ifneq (,$(filter stm32f0discovery,$(BOARD)))
|
||||
|
@ -2,7 +2,7 @@ APPLICATION = posix_semaphore
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 chronos stm32f0discovery \
|
||||
pca10000 pca10005 yunjia-nrf51822 nrf6310 spark-core
|
||||
pca10000 pca10005 weio yunjia-nrf51822 nrf6310 spark-core
|
||||
|
||||
USEMODULE += posix
|
||||
|
||||
|
@ -12,6 +12,6 @@ CFLAGS += -DNATIVE_AUTO_EXIT
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
|
||||
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \
|
||||
airfy-beacon nrf51dongle nrf6310
|
||||
airfy-beacon nrf51dongle nrf6310 weio
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = driver_slip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f334
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f334 weio
|
||||
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h mbed_lpc1768 \
|
||||
stm32f0discovery pca10000 pca10005 \
|
||||
yunjia-nrf51822 spark-core airfy-beacon nucleo-f334 \
|
||||
nrf51dongle nrf6310
|
||||
nrf51dongle nrf6310 weio
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -5,7 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h pca10000 \
|
||||
pca10005 spark-core stm32f0discovery \
|
||||
telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f334 \
|
||||
yunjia-nrf51822 samr21-xpro arduino-mega2560 \
|
||||
airfy-beacon nrf51dongle nrf6310
|
||||
airfy-beacon nrf51dongle nrf6310 weio
|
||||
|
||||
USEMODULE += embunit
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
APPLICATION = vtimer_msg_diff
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := mbed_lpc1768 stm32f0discovery nrf6310 pca10000 pca10005
|
||||
BOARD_INSUFFICIENT_MEMORY := mbed_lpc1768 stm32f0discovery nrf6310 pca10000 pca10005 \
|
||||
weio
|
||||
|
||||
USEMODULE += vtimer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user