Skip to content

Commit f6d82d3

Browse files
committed
drivers/ads1x1x: add common driver for ads1x1x
1 parent de7e40f commit f6d82d3

File tree

10 files changed

+748
-305
lines changed

10 files changed

+748
-305
lines changed

drivers/Makefile.dep

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,7 @@ ifneq (,$(filter gnrc_netif_timestamp,$(USEMODULE)))
335335
USEMODULE += netdev_ieee802154_rx_timestamp
336336
endif
337337
endif
338+
339+
ifneq (,$(filter ads101% ads111%,$(USEMODULE)))
340+
USEMODULE += ads1x1x
341+
endif

drivers/ads1x1x/Kconfig

Lines changed: 0 additions & 20 deletions
This file was deleted.

drivers/ads1x1x/Makefile.include

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
PSEUDOMODULES += ads111x
2+
PSEUDOMODULES += ads101x
3+
14
USEMODULE_INCLUDES_ads1x1x := $(LAST_MAKEFILEDIR)/include
25
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_ads1x1x)

0 commit comments

Comments
 (0)