Blame view

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