diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index 812629b1a5abf4884b151d3f839937a9329eb55e..b6cc11cb43da040c814e2f2c26a8f54b4a1c8280 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
                              stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
                              cc2650stk nucleo-f030 nucleo-f070 microbit \
                              calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \
-                             maple-mini nucleo32-f031 nucleo-l073
+                             maple-mini nucleo32-f031 nucleo-l073 nucleo-l053
 
 # 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/emcute/Makefile b/examples/emcute/Makefile
index a8b49a81d7647696177751d538c119313a762cdc..7987689d590d37f8bacab84353a68d802b8ff285 100644
--- a/examples/emcute/Makefile
+++ b/examples/emcute/Makefile
@@ -8,9 +8,9 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
-                             chronos msb-430 msb-430h nucleo-f030 nucleo-f070 \
-                             nucleo-f072 nucleo-f334 nucleo32-f031 nucleo32-f303 \
-                             nucleo32-f042 stm32f0discovery telosb \
+                             chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
+                             nucleo-f070 nucleo-f072 nucleo-f334 nucleo32-f031 \
+                             nucleo32-f303 nucleo32-f042 stm32f0discovery telosb \
                              waspmote-pro weio wsn430-v1_3b wsn430-v1_4 z1
 
 # Include packages that pull up and auto-init the link layer.
diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile
index 82bb6759ac31b4254848a1779371e85cde7f5344..eda838c387a21b1623bbde15694361aa9e45249f 100644
--- a/examples/gcoap/Makefile
+++ b/examples/gcoap/Makefile
@@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
                              stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
-                             z1 nucleo32-f042 nucleo32-f031
+                             z1 nucleo32-f042 nucleo32-f031 nucleo-l053
 
 # 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
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index e8f60a1e6f0ad5671caecee924b46af29f34df5e..891e52325a80517d35c5a5284e38a925f50491d4 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
                              weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
                              nucleo-f030 nucleo-f070 microbit calliope-mini \
                              nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
-                             nucleo-l073
+                             nucleo-l073 nucleo-l053
 
 BOARD_BLACKLIST += mips-malta # No UART available.
 
diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile
index a10d81ca298274477b9ef1f941c79f90ecc405b5..2dff6fd10a8a4850d695b314a759e2a777eef95c 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f103 nucleo-f334 \
                              spark-core stm32f0discovery telosb weio \
                              wsn430-v1_3b wsn430-v1_4 z1 nucleo-f072 nucleo-f030 \
                              nucleo-f070 microbit calliope-mini nucleo32-f042 \
-                             nucleo32-f303 nucleo32-f031
+                             nucleo32-f303 nucleo32-f031 nucleo-l053
 
 # 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 65947927a504fc2c2828895bda0f6b11a99ed1db..33e7061ba9301d1f8666f3cb649e98fba3cb279f 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
                           spark-core stm32f0discovery telosb weio wsn430-v1_3b \
                           wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \
                           nucleo-f070 microbit calliope-mini nucleo32-f042 \
-                          nucleo32-f303 nucleo32-f031
+                          nucleo32-f303 nucleo32-f031 nucleo-l053
 
 # 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/microcoap_server/Makefile b/examples/microcoap_server/Makefile
index 014b531f1a3073bbcf47db3a098e23eb1b79fea6..71f3f0872213e06d7eea686351c65c3407fa52a6 100644
--- a/examples/microcoap_server/Makefile
+++ b/examples/microcoap_server/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
                              pca10000 pca10005 stm32f0discovery telosb weio z1 \
-                             nucleo32-f031
+                             nucleo32-f031 nucleo-l053
 
 # 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/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile
index 43fcb0a429a1cf6f123b7ca15e637a86ec18391a..41716d359fd5f2e2e530365df344997c6ce57b5c 100644
--- a/examples/nanocoap_server/Makefile
+++ b/examples/nanocoap_server/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
-                             stm32f0discovery telosb weio nucleo32-f031
+                             stm32f0discovery telosb weio nucleo32-f031 nucleo-l053
 
 # blacklist this until #6022 is sorted out
 BOARD_BLACKLIST := nrf52dk
diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile
index 45911f2333de6f4bbceea6ac950a7db951d87799..aa00586ab7136f66c5d10ec74a0adc297b3441f1 100644
--- a/examples/posix_sockets/Makefile
+++ b/examples/posix_sockets/Makefile
@@ -10,7 +10,8 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \
                              nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
-                             nucleo-f030 nucleo-f070 nucleo32-f042 nucleo32-f031
+                             nucleo-f030 nucleo-f070 nucleo32-f042 nucleo32-f031 \
+                             nucleo-l053
 
 # Include packages that pull up and auto-init the link layer.
 # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present