Blame view

RIOT/tests/unittests/tests-gcoap/Makefile.include 202 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
  USEPKG += nanocoap
  # Required by nanocoap to compile nanocoap_sock.
  USEMODULE += gnrc_sock_udp
  
  # Specify the mandatory networking modules
  USEMODULE += gcoap
  USEMODULE += gnrc_ipv6
  
  USEMODULE += random