2019-06-25 19:39:17 +02:00
|
|
|
DEVELHELP := 1
|
2023-05-12 11:31:32 +02:00
|
|
|
include ../Makefile.net_common
|
2019-06-25 19:39:17 +02:00
|
|
|
|
|
|
|
USEMODULE += gnrc_ipv6_router_default
|
|
|
|
USEMODULE += gnrc_netif
|
2022-09-24 14:50:43 +02:00
|
|
|
USEMODULE += shell_cmd_gnrc_pktbuf
|
2019-06-25 19:39:17 +02:00
|
|
|
USEMODULE += netdev_eth
|
|
|
|
USEMODULE += netdev_test
|
|
|
|
USEMODULE += od
|
|
|
|
USEMODULE += ps
|
|
|
|
USEMODULE += shell
|
2022-08-16 16:35:20 +02:00
|
|
|
USEMODULE += shell_cmds_default
|
2019-06-25 19:39:17 +02:00
|
|
|
USEMODULE += xtimer
|
|
|
|
|
2020-10-16 10:37:52 +02:00
|
|
|
CFLAGS += -DTEST_SUITES
|
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2020-10-16 10:37:52 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
2020-05-12 19:34:05 +02:00
|
|
|
# Set GNRC_PKTBUF_SIZE via CFLAGS if not being set via Kconfig.
|
|
|
|
ifndef CONFIG_GNRC_PKTBUF_SIZE
|
|
|
|
CFLAGS += -DCONFIG_GNRC_PKTBUF_SIZE=512
|
|
|
|
endif
|