diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index 66de4854d5b321b7fd94096bdacd07c49de17093..14fdd7380ec35a0f86f8f6c4ad8e8e1cf0630d5a 100644 --- a/examples/gcoap/Makefile +++ b/examples/gcoap/Makefile @@ -11,7 +11,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 + stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \ + nucleo-f303k8 ## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression. #GCOAP_PORT = 5683 diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index e047575f97aaec1417f78acf2a01ae90f6e78b21..dc53067650a6c1aca18d6cbe24757e3b17c67f45 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 stm32f0discovery \ - telosb z1 + telosb z1 nucleo-f303k8 # 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/posix_sockets/Makefile b/examples/posix_sockets/Makefile index 3ced5d1f12c9df5109c0eec4170fb19e1890c741..b1619169a4e0933285a430c90c2c8a1050968bda 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -10,8 +10,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \ - nucleo-l053r8 stm32f0discovery telosb \ - wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 + nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \ + wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f303k8 # 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/rdcli_simple/Makefile b/examples/rdcli_simple/Makefile index 6ee362fbfeed7e3bf9c2156d655729b8b20f4a8e..33101e9def1a3b59b463e8343b6eee094db97b02 100644 --- a/examples/rdcli_simple/Makefile +++ b/examples/rdcli_simple/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos hifive1 msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ - z1 + z1 nucleo-f303k8 # Enable GNRC networking USEMODULE += gnrc_netdev_default