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:
parent
748e85ed39
commit
f70ff62485
4
tests/driver_ethos/Makefile
Normal file
4
tests/driver_ethos/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
# the network driver to test
|
||||
USEMODULE = ethos
|
||||
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
30
tests/driver_ethos/Makefile.ci
Normal file
30
tests/driver_ethos/Makefile.ci
Normal 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
1
tests/driver_ethos/main.c
Symbolic link
@ -0,0 +1 @@
|
||||
../driver_netdev_common/main.c
|
Loading…
Reference in New Issue
Block a user