Skip to content

Commit

Permalink
examples: remove nucleo-f302 from memory greedy examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Mar 16, 2017
1 parent 67b7111 commit b0bc908
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions examples/dtls-echo/Makefile
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions examples/emcute/Makefile
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/gnrc_border_router/Makefile
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions examples/gnrc_networking/Makefile
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/gnrc_tftp/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b0bc908

Please sign in to comment.