From c3a647f15e9f70c83b089329a4c552e81f6c5ca5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 15 Nov 2019 18:11:54 +0100 Subject: [PATCH] tests/pkg_semtech-loramac: remove useless BOARD_BLACKLIST msp430 architecture is blacklisted at package level. pic32-clicker/wifire boards doesn't provided the some required features (SPI, GPIO_IRQ) --- tests/pkg_semtech-loramac/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index 6ee82984f4..35151678c9 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -2,9 +2,6 @@ BOARD ?= b-l072z-lrwan1 include ../Makefile.tests_common -BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \ - telosb wsn430-v1_3b wsn430-v1_4 z1 - # waspmote-pro and arduino-meag2560 don't have enough RAM to support another # thread dedicated to RX messages BOARD_WITHOUT_LORAMAC_RX := arduino-mega2560 waspmote-pro