mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fd6fedaab6
- Moved the BOARD_INSUFFICIENT_MEMORY list into Makefile.ci - Formatted the list to contain one board per line - Sorted the lists alphabetically
19 lines
450 B
Makefile
19 lines
450 B
Makefile
# These tests hit an assert when used with gnrc_netif, but they exactly for
|
|
# testing this netdev simulating framework, so I it's better if the assert is
|
|
# ignored.
|
|
CFLAGS += -DNDEBUG
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE = auto_init
|
|
|
|
USEMODULE += gnrc
|
|
USEMODULE += gnrc_neterr
|
|
USEMODULE += gnrc_netif
|
|
USEMODULE += netdev_eth
|
|
USEMODULE += netdev_test
|
|
USEMODULE += od
|
|
|
|
CFLAGS += -DGNRC_PKTBUF_SIZE=200
|
|
|
|
include $(RIOTBASE)/Makefile.include
|