Blame view

RIOT/tests/periph_spi/Makefile 183 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
  export APPLICATION = periph_spi
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_spi
  
  USEMODULE += shell
  USEMODULE += shell_commands
  
  include $(RIOTBASE)/Makefile.include