Blame view

RIOT/tests/driver_sdcard_spi/Makefile 281 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  APPLICATION = driver_sdcard_spi
  include ../Makefile.tests_common
  
  # exclude boards with insufficient memory
  BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
  
  USEMODULE += sdcard_spi
  USEMODULE += auto_init_storage
  USEMODULE += fmt
  USEMODULE += shell
  
  include $(RIOTBASE)/Makefile.include