examples: remove nucleo-f302 from memory greedy examples
This commit is contained in:
parent
67b7111805
commit
b0bc908918
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue