From 484ea216da376b1ce1d447b87cd2b44ef10a1fc6 Mon Sep 17 00:00:00 2001
From: Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
Date: Tue, 17 Jul 2018 13:31:58 +0200
Subject: [PATCH] examples: add nucleo-f303k8 to BOARD_INSUFFICIENT_MEMORY

---
 examples/gcoap/Makefile           | 3 ++-
 examples/nanocoap_server/Makefile | 2 +-
 examples/posix_sockets/Makefile   | 4 ++--
 examples/rdcli_simple/Makefile    | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile
index 66de4854d5..14fdd7380e 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 e047575f97..dc53067650 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 3ced5d1f12..b1619169a4 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 6ee362fbfe..33101e9def 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
-- 
GitLab