mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/pkg_semtech-loramac: add more unsupported boards
This commit is contained in:
parent
6eed5b9d43
commit
992afd9017
@ -2,9 +2,11 @@ BOARD ?= b-l072z-lrwan1
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# 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
|
||||
BOARD_WITHOUT_LORAMAC_RX := \
|
||||
arduino-mega2560 \
|
||||
i-nuncleo-lrwan1 \
|
||||
stm32f0discovery \
|
||||
waspmote-pro \
|
||||
|
||||
LORA_DRIVER ?= sx1276
|
||||
LORA_REGION ?= EU868
|
||||
|
Loading…
Reference in New Issue
Block a user