mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
tests: exclude nrf51dk from big tests
This commit is contained in:
parent
1858db871d
commit
1de4ae743a
@ -4,7 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
|||||||
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||||
cc2650-launchpad cc2650stk chronos hifive1 \
|
cc2650-launchpad cc2650stk chronos hifive1 \
|
||||||
maple-mini mega-xplained microbit \
|
maple-mini mega-xplained microbit \
|
||||||
msb-430 msb-430h nrf51dongle nrf6310 \
|
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \
|
||||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
||||||
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||||
nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \
|
nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \
|
||||||
|
|||||||
@ -11,7 +11,7 @@ TCP_TEST_CYCLES ?= 3
|
|||||||
# Mark Boards with insufficient memory
|
# Mark Boards with insufficient memory
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||||
arduino-uno calliope-mini chronos hifive1 mega-xplained microbit \
|
arduino-uno calliope-mini chronos hifive1 mega-xplained microbit \
|
||||||
msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
|
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
||||||
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
||||||
sb-430 sb-430h stm32f0discovery telosb \
|
sb-430 sb-430h stm32f0discovery telosb \
|
||||||
|
|||||||
@ -11,7 +11,7 @@ TCP_TEST_CYCLES ?= 3
|
|||||||
# Mark Boards with insufficient memory
|
# Mark Boards with insufficient memory
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||||
arduino-uno calliope-mini chronos hifive1 mega-xplained \
|
arduino-uno calliope-mini chronos hifive1 mega-xplained \
|
||||||
microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
|
microbit msb-430 msb-430h nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
||||||
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
||||||
sb-430 sb-430h stm32f0discovery telosb \
|
sb-430 sb-430h stm32f0discovery telosb \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dongle \
|
BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dk nrf51dongle \
|
||||||
nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \
|
nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \
|
||||||
yunjia-nrf51822 \
|
yunjia-nrf51822 \
|
||||||
esp32-mh-et-live-minikit esp32-olimex-evb \
|
esp32-mh-et-live-minikit esp32-olimex-evb \
|
||||||
|
|||||||
@ -30,6 +30,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
|
|||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
msba2 \
|
msba2 \
|
||||||
|
nrf51dk \
|
||||||
nrf51dongle \
|
nrf51dongle \
|
||||||
nrf6310 \
|
nrf6310 \
|
||||||
nucleo-f031k6 \
|
nucleo-f031k6 \
|
||||||
@ -125,6 +126,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
|||||||
microbit \
|
microbit \
|
||||||
msbiot \
|
msbiot \
|
||||||
mulle \
|
mulle \
|
||||||
|
nrf51dk \
|
||||||
nrf51dongle \
|
nrf51dongle \
|
||||||
nrf52840dk \
|
nrf52840dk \
|
||||||
nrf52dk \
|
nrf52dk \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user