From 8ff7fa2eab70405ab281eb601b392feee09c0ef9 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 28 Jun 2017 14:36:41 +0200 Subject: [PATCH] examples: remove nrf52dk blacklist due to #6022 --- examples/dtls-echo/Makefile | 3 +-- examples/gcoap/Makefile | 5 ----- examples/gcoap/Makefile.slip | 5 ----- examples/nanocoap_server/Makefile | 3 --- 4 files changed, 1 insertion(+), 15 deletions(-) diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index 68cff5a6b03b..f3a7ba871c2f 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -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 \ diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index 8d1513c2d111..9953a9a2d8b5 100644 --- a/examples/gcoap/Makefile +++ b/examples/gcoap/Makefile @@ -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) diff --git a/examples/gcoap/Makefile.slip b/examples/gcoap/Makefile.slip index 89fd8304d95e..7a637a869ded 100644 --- a/examples/gcoap/Makefile.slip +++ b/examples/gcoap/Makefile.slip @@ -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) diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index 3d4e8193cc08..fb097d1eabe2 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -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