1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/driver_ethos: add ethos compile test

This commit is contained in:
Benjamin Valentin 2022-02-03 11:04:35 +01:00
parent 748e85ed39
commit f70ff62485
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# the network driver to test
USEMODULE = ethos
include ../driver_netdev_common/Makefile.netdev.mk

View File

@ -0,0 +1,30 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
atxmega-a3bu-xplained \
bluepill-stm32f030c8 \
i-nucleo-lrwan1 \
msb-430 \
msb-430h \
nucleo-f030r8 \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-f303k8 \
nucleo-f334r8 \
nucleo-l011k4 \
nucleo-l031k6 \
nucleo-l053r8 \
samd10-xmini \
slstk3400a \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32g0316-disco \
stm32l0538-disco \
waspmote-pro \
#

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

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