Merge pull request #6977 from rfuentess/nanocoap_fix

examples/nanocoap_server: FIX Configuration of the node as an IPv6 node
This commit is contained in:
Martine Lenders 2017-05-03 15:52:03 +02:00 committed by GitHub
commit d141a23334

View File

@ -19,13 +19,12 @@ BOARD_BLACKLIST := nrf52dk
USEMODULE += gnrc_netdev_default USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif
# Specify the mandatory networking modules for IPv6 and UDP # Specify the mandatory networking modules for IPv6 and UDP
USEMODULE += gnrc_ipv6_default
USEMODULE += gnrc_udp USEMODULE += gnrc_udp
USEMODULE += gnrc_sock_udp
# Additional networking modules that can be dropped if not needed # Additional networking modules that can be dropped if not needed
USEMODULE += gnrc_icmpv6_echo USEMODULE += gnrc_icmpv6_echo
#
USEMODULE += gnrc_sock_udp
USEPKG += nanocoap USEPKG += nanocoap
# optionally enable nanocoap's debug output # optionally enable nanocoap's debug output
#CFLAGS += -DNANOCOAP_DEBUG #CFLAGS += -DNANOCOAP_DEBUG