mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #6547 from aabadie/clean_test_makefile
tests: remove non existing board name nucleo-f042
This commit is contained in:
commit
0b703d086c
@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 10
|
||||
# Mark Boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
|
||||
arduino-uno calliope-mini chronos microbit sb-430\
|
||||
sb-430h nrf51dongle nrf6310 nucleo-f030 nucleo-f042\
|
||||
sb-430h nrf51dongle nrf6310 nucleo-f030\
|
||||
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery\
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4\
|
||||
|
@ -10,7 +10,7 @@ TCP_LOCAL_PORT ?= 80
|
||||
# Mark Boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
|
||||
arduino-uno calliope-mini chronos microbit sb-430\
|
||||
sb-430h nrf51dongle nrf6310 nucleo-f030 nucleo-f042\
|
||||
sb-430h nrf51dongle nrf6310 nucleo-f030\
|
||||
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery\
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4\
|
||||
|
Loading…
Reference in New Issue
Block a user