Skip to content

Commit

Permalink
examples/rdcli: blacklist low memory boards
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Oct 12, 2018
1 parent dcba01d commit 0bb69df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/rdcli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
chronos hifive1 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 += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_default
Expand Down

0 comments on commit 0bb69df

Please sign in to comment.