Skip to content
Snippets Groups Projects
Commit cba288bf authored by Hauke Petersen's avatar Hauke Petersen
Browse files

examples/rdcli: blacklist low memory boards

parent c9c7bf8d
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,13 @@ BOARD ?= native ...@@ -7,6 +7,13 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
chronos hifive1 mega-xplained msb-430 msb-430h \
nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \
nucleo-l031k6 stm32f0discovery telosb waspmote-pro \
wsn430-v1_3b wsn430-v1_4 z1
USEMODULE += gnrc_netdev_default USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_default USEMODULE += gnrc_ipv6_default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment