diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index db3cd4268fef09c4b7240c717ec70ccbba6bd53a..eb16354ebafb9985acbfdf2c99197d382b3fccec 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 a2ab0a5cccca00c78ce158f0d228c89bcda3f539..5d187d2cdad945815557d3e6aff419d350366fa2 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 060175adcb089a1e37bce585c6a9d4e7c8d51dca..693078d58f38b09a4077c2ef4c12cf796263a9eb 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 9c2b85e453e2a736ec41f2d02a0d63f2ddcdc446..871dace296edd39c60227a982675433b77063983 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 4003de289ad0257f6573209c4df86b28b0c62a3f..6930b807b9b4bf4555daf40422b0cc3f7d2e8259 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