Skip to content
Snippets Groups Projects
Unverified Commit f1a5b08d authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #9433 from neiljay/pr/blacklist_pic32_boards

pic32: Blacklist pic32 boards from some pkg tests
parents 104de7b6 259e1acc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ BOARD ?= samr21-xpro
include ../Makefile.tests_common
# 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 := arduino-duemilanove arduino-uno \
msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \
......
......@@ -5,7 +5,8 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
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_REGION ?= EU868
......
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