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:
parent
b775475d1b
commit
e02dffe5f8
4
tests/driver_mrf24j40/Makefile
Normal file
4
tests/driver_mrf24j40/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
# the radio driver to test
|
||||
USEMODULE = mrf24j40md
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
16
tests/driver_mrf24j40/Makefile.ci
Normal file
16
tests/driver_mrf24j40/Makefile.ci
Normal 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 \
|
||||
#
|
||||
1
tests/driver_mrf24j40/main.c
Symbolic link
1
tests/driver_mrf24j40/main.c
Symbolic link
@ -0,0 +1 @@
|
||||
../driver_netdev_common/main.c
|
||||
Loading…
x
Reference in New Issue
Block a user