1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

tests/driver_mrf24j40: add compile-test for mrf24j40

This commit is contained in:
Benjamin Valentin 2020-03-23 18:45:19 +01:00 committed by Benjamin Valentin
parent b775475d1b
commit e02dffe5f8
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# the radio driver to test
USEMODULE = mrf24j40md
include ../driver_netdev_common/Makefile

View File

@ -0,0 +1,16 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-uno \
atmega328p \
i-nucleo-lrwan1 \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-l031k6 \
nucleo-l053r8 \
stm32f030f4-demo \
stm32f0discovery \
stm32l0538-disco \
waspmote-pro \
#

View File

@ -0,0 +1 @@
../driver_netdev_common/main.c