Blame view

RIOT/tests/periph_spi/Makefile 217 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  APPLICATION = periph_spi
  BOARD ?= samr21-xpro
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_spi
  
  USEMODULE += xtimer
  USEMODULE += shell
  USEMODULE += shell_commands
  
  include $(RIOTBASE)/Makefile.include