Skip to content
Snippets Groups Projects
Commit e49727ed authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

examples: exclude nucleo-l073 from memory greedy examples

parent 3f3ec10b
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \ ...@@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \ stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
cc2650stk nucleo-f030 nucleo-f070 microbit \ cc2650stk nucleo-f030 nucleo-f070 microbit \
calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \ calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \
maple-mini nucleo32-f031 maple-mini nucleo32-f031 nucleo-l073
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
......
...@@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h ...@@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
spark-core stm32f0discovery telosb \ spark-core stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \ weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
nucleo-f030 nucleo-f070 microbit calliope-mini \ nucleo-f030 nucleo-f070 microbit calliope-mini \
nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
nucleo-l073
BOARD_BLACKLIST += mips-malta # No UART available. BOARD_BLACKLIST += mips-malta # No UART available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment