diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index db3cd4268fef..eb16354ebafb 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -15,9 +15,9 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \ microbit nrf51dongle nrf6310 nucleo32-f031 \ - nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ - nucleo-f072 nucleo-f103 nucleo-f334 nucleo-l053 \ - nucleo-l073 nucleo32-l031 opencm904 pca10000 pca10005 \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ + nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \ + nucleo-l053 nucleo-l073 opencm904 pca10000 pca10005 \ spark-core stm32f0discovery weio yunjia-nrf51822 # Include packages that pull up and auto-init the link layer. diff --git a/examples/emcute/Makefile b/examples/emcute/Makefile index a2ab0a5cccca..5d187d2cdad9 100644 --- a/examples/emcute/Makefile +++ b/examples/emcute/Makefile @@ -10,8 +10,9 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \ - nucleo-f072 nucleo-f334 nucleo-l053 stm32f0discovery \ - telosb waspmote-pro weio wsn430-v1_3b wsn430-v1_4 z1 + nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \ + stm32f0discovery telosb waspmote-pro weio wsn430-v1_3b \ + wsn430-v1_4 z1 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 060175adcb08..693078d58f38 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -10,9 +10,9 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \ microbit msb-430 msb-430h nrf51dongle nrf6310 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ - nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f334 \ - nucleo-l053 nucleo-l073 opencm904 pca10000 pca10005 \ - spark-core stm32f0discovery telosb weio wsn430-v1_3b \ + nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ + nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \ + pca10005 spark-core stm32f0discovery telosb weio wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 BOARD_BLACKLIST += mips-malta # No UART available. diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index 9c2b85e453e2..871dace296ed 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -9,9 +9,9 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ - nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f334 \ - nucleo-l053 spark-core stm32f0discovery telosb weio \ - wsn430-v1_3b wsn430-v1_4 z1 + nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ + nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \ + weio wsn430-v1_3b wsn430-v1_4 z1 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 4003de289ad0..6930b807b9b4 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -10,9 +10,9 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini chronos microbit msb-430 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ - nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f334 nucleo-l053 \ - pca10000 pca10005 spark-core stm32f0discovery telosb \ - weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 + nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \ + nucleo-l053 pca10000 pca10005 spark-core stm32f0discovery \ + telosb weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present