Skip to content
Snippets Groups Projects
Commit 259e1acc authored by Neil Jones's avatar Neil Jones
Browse files

pic32: Blacklist pic32 boards from some pkg tests

Temporarily blacklist pic32 boards from the emb6 and semtech-loramac package
tests as they are not building for MIPS yet.
parent 81219e14
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ BOARD ?= samr21-xpro ...@@ -3,7 +3,8 @@ BOARD ?= samr21-xpro
include ../Makefile.tests_common include ../Makefile.tests_common
# MSP-430 doesn't support C11's atomic functionality yet # MSP-430 doesn't support C11's atomic functionality yet
BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \
telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \
nucleo-f042k6 nucleo-l053r8 stm32f0discovery telosb \ nucleo-f042k6 nucleo-l053r8 stm32f0discovery telosb \
......
...@@ -4,7 +4,8 @@ include ../Makefile.tests_common ...@@ -4,7 +4,8 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6
BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \
telosb wsn430-v1_3b wsn430-v1_4 z1
LORA_DRIVER ?= sx1276 LORA_DRIVER ?= sx1276
LORA_REGION ?= EU868 LORA_REGION ?= EU868
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment