diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 8e7b882daabff5f2ce607b344c5e2ad36d812d2b..030d1907fd23e2c1f9abcf5d6eb3d18e8b45fa1e 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -7,8 +7,8 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini chronos microbit msb-430 \ - msb-430h nrf51dongle nrf6310 nucleo32-f031 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon bluepill 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-f302 nucleo-f334 \ nucleo-l053 pca10000 pca10005 spark-core stm32f0discovery \