Skip to content

Commit

Permalink
examples: tests: update insufficient memory lists
Browse files Browse the repository at this point in the history
(for now)
  • Loading branch information
miri64 committed Nov 16, 2017
1 parent db553b6 commit 938e605
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/nanocoap_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \
telosb
telosb z1

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
2 changes: 1 addition & 1 deletion tests/driver_enc28j60/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FEATURES_REQUIRED = periph_spi periph_gpio

BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb z1
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1

USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif
Expand Down
2 changes: 1 addition & 1 deletion tests/driver_encx24j600/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FEATURES_REQUIRED = periph_spi periph_gpio

BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-l053 stm32f0discovery telosb \
z1
wsn430-v1_3b wsn430-v1_4 z1

USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif
Expand Down
3 changes: 2 additions & 1 deletion tests/gnrc_ipv6_nib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
APPLICATION = gnrc_ipv6_nib
include ../Makefile.tests_common

BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \
telosb wsn430-v1_3b wsn430-v1_4

USEMODULE += gnrc_ipv6
USEMODULE += gnrc_ipv6_nib
Expand Down
3 changes: 2 additions & 1 deletion tests/gnrc_ipv6_nib_6ln/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ APPLICATION = gnrc_ipv6_nib_6ln
include ../Makefile.tests_common

BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030 nucleo-l053 nucleo32-f031 \
nucleo32-l031 nucleo32-f042 stm32f0discovery
nucleo32-l031 nucleo32-f042 stm32f0discovery \
telosb wsn430-v1_3b wsn430-v1_4

USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sixlowpan
Expand Down
3 changes: 2 additions & 1 deletion tests/gnrc_ndp2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
APPLICATION = gnrc_ndp2
include ../Makefile.tests_common

BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \
telosb wsn430-v1_3b wsn430-v1_4

USEMODULE += gnrc_ipv6_nib_router
USEMODULE += gnrc_ndp2
Expand Down
4 changes: 3 additions & 1 deletion tests/gnrc_sock_dns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ include ../Makefile.tests_common

RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 nucleo-f030 nucleo-l053 nucleo32-l031 stm32f0discovery
BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \
nucleo-f030 nucleo-l053 nucleo32-l031 \
stm32f0discovery z1

USEMODULE += sock_dns
USEMODULE += gnrc_sock_udp
Expand Down
2 changes: 1 addition & 1 deletion tests/gnrc_sock_ip/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APPLICATION = gnrc_sock_ip
include ../Makefile.tests_common

BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031

USEMODULE += gnrc_sock_ip
USEMODULE += gnrc_ipv6
Expand Down
2 changes: 1 addition & 1 deletion tests/gnrc_sock_udp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APPLICATION = gnrc_sock_udp
include ../Makefile.tests_common

BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031

USEMODULE += gnrc_sock_check_reuse
USEMODULE += gnrc_sock_udp
Expand Down

0 comments on commit 938e605

Please sign in to comment.