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

tests/driver_w5100: add compile-test for w5100

This commit is contained in:
Benjamin Valentin 2020-03-28 19:23:19 +01:00
parent 732cd51a52
commit 3ec0acde8a
3 changed files with 26 additions and 0 deletions

View File

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

View File

@ -0,0 +1,21 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-uno \
atmega328p \
i-nucleo-lrwan1 \
msb-430 \
msb-430h \
nucleo-f030r8 \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-f303k8 \
nucleo-f334r8 \
nucleo-l031k6 \
nucleo-l053r8 \
stm32f030f4-demo \
stm32f0discovery \
stm32l0538-disco \
waspmote-pro \
#

1
tests/driver_w5100/main.c Symbolic link
View File

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