Blame view

RIOT/boards/microbit/Makefile.dep 170 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
  ifneq (,$(filter microbit,$(USEMODULE)))
    USEMODULE += xtimer
    USEMODULE += mineplex
  endif
  
  ifneq (,$(filter saul_default,$(USEMODULE)))
    USEMODULE += saul_gpio
  endif