Blame view

RIOT/boards/calliope-mini/Makefile.dep 166 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  ifneq (,$(filter mini,$(USEMODULE)))
    USEMODULE += xtimer
    USEMODULE += mineplex
  endif
  
  ifneq (,$(filter saul_default,$(USEMODULE)))
    USEMODULE += saul_gpio
  endif