Blame view

RIOT/tests/xtimer_periodic_wakeup/Makefile 208 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
  APPLICATION = xtimer_sleep_until
  include ../Makefile.tests_common
  
  BOARD ?= native
  RIOTBASE ?= $(CURDIR)/../..
  
  BOARD_INSUFFICIENT_MEMORY := chronos
  
  USEMODULE += xtimer
  
  include $(RIOTBASE)/Makefile.include