Blame view

RIOT/tests/driver_at30tse75x/Makefile 230 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  APPLICATION = driver_at30tse75x
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_i2c
  
  USEMODULE += at30tse75x
  USEMODULE += shell
  USEMODULE += shell_commands
  
  CFLAGS += -DDEVELHELP
  
  include $(RIOTBASE)/Makefile.include