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
476 B
Makefile
19 lines
476 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# Include packages that pull up and auto-init the link layer.
|
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
|
USEMODULE += gnrc_netdev_default
|
|
USEMODULE += auto_init_gnrc_netif
|
|
# Specify the mandatory networking modules
|
|
USEMODULE += gnrc_ipv6_default
|
|
USEMODULE += gnrc_udp
|
|
USEMODULE += gnrc_sock_udp
|
|
|
|
USEMODULE += nanocoap_sock
|
|
|
|
# Required by test
|
|
USEMODULE += od
|
|
USEMODULE += shell
|
|
|
|
include $(RIOTBASE)/Makefile.include
|