mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2ff2b2c1d7
drivers/tps6274x: initial support step-down converter tests/driver_tps6274x: Added testcase for the step-down converter boards/jiminy-mega256rfr2: Added TPS6274x config
8 lines
144 B
Makefile
8 lines
144 B
Makefile
APPLICATION = driver_tps6274x
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += tps6274x
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|