Blame view

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