Merge pull request #9433 from neiljay/pr/blacklist_pic32_boards
pic32: Blacklist pic32 boards from some pkg tests
This commit is contained in:
commit
f1a5b08d3a
@ -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 := arduino-duemilanove arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \
|
msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \
|
||||||
|
|||||||
@ -5,7 +5,8 @@ include ../Makefile.tests_common
|
|||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user