Skip to content

Commit

Permalink
examples: remove nrf52dk blacklist due to RIOT-OS#6022
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jun 28, 2017
1 parent 98bb1f2 commit 8ff7fa2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions examples/dtls-echo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
# TinyDTLS only has support for 32-bit architectures ATM
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 \
z1 \
nrf52dk # see #6022
z1

BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \
calliope-mini cc2650stk maple-mini \
Expand Down
5 changes: 0 additions & 5 deletions examples/gcoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f04
nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1

# Must read nordic_softdevice_ble package before nanocoap package. However,
# can't read it explicitly here because it is read later, as a dependency for
# the nrf52dk board.
BOARD_BLACKLIST := nrf52dk

## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression.
#GCOAP_PORT = 5683
#CFLAGS += -DGCOAP_PORT=$(GCOAP_PORT)
Expand Down
5 changes: 0 additions & 5 deletions examples/gcoap/Makefile.slip
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
z1

# Must read nordic_softdevice_ble package before nanocoap package. However,
# can't read it explicitly here because it is read later, as a dependency for
# the nrf52dk board.
BOARD_BLACKLIST := nrf52dk

# Redefine port, for example use 61616 for RFC 6282 UDP compression.
#GCOAP_PORT = 5683
#CFLAGS += -DGCOAP_PORT=$(GCOAP_PORT)
Expand Down
3 changes: 0 additions & 3 deletions examples/nanocoap_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f04
nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \
telosb weio

# blacklist this until #6022 is sorted out
BOARD_BLACKLIST := nrf52dk

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
USEMODULE += gnrc_netdev_default
Expand Down

0 comments on commit 8ff7fa2

Please sign in to comment.