examples/rdcli_simple: blacklisted boards for RAM
This commit is contained in:
parent
fb4b622fb5
commit
544ca46435
@ -7,6 +7,11 @@ 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 := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
|
||||||
|
nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
||||||
|
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||||
|
z1
|
||||||
|
|
||||||
# Enable GNRC networking
|
# Enable GNRC networking
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += gnrc_netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user