|
|
|
@ -26,17 +26,12 @@ BOARD_BLACKLIST := nrf52dk
|
|
|
|
|
#GCOAP_TOKENLEN = 2
|
|
|
|
|
#CFLAGS += -DGCOAP_TOKENLEN=$(GCOAP_TOKENLEN)
|
|
|
|
|
|
|
|
|
|
USEPKG += nanocoap
|
|
|
|
|
# Required by nanocoap, but only due to issue #5959.
|
|
|
|
|
USEMODULE += posix
|
|
|
|
|
|
|
|
|
|
# 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_sock_udp
|
|
|
|
|
USEMODULE += gcoap
|
|
|
|
|
# Additional networking modules that can be dropped if not needed
|
|
|
|
|
USEMODULE += gnrc_icmpv6_echo
|
|
|
|
|