Skip to content

Commit

Permalink
drivers: add encx24j600 ethernet driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 4, 2015
1 parent c84199c commit bd698bf
Show file tree
Hide file tree
Showing 9 changed files with 835 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.dep
Expand Up @@ -278,3 +278,8 @@ endif
ifneq (,$(filter hih6130,$(USEMODULE)))
USEMODULE += vtimer
endif

ifneq (,$(filter encx24j600,$(USEMODULE)))
USEMODULE += timex
USEMODULE += vtimer
endif
3 changes: 3 additions & 0 deletions drivers/Makefile.include
Expand Up @@ -43,3 +43,6 @@ endif
ifneq (,$(filter pcd8544,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/pcd8544/include
endif
ifneq (,$(filter encx24j600,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/encx24j600/include
endif
1 change: 1 addition & 0 deletions drivers/encx24j600/Makefile
@@ -0,0 +1 @@
include $(RIOTBASE)/Makefile.base

0 comments on commit bd698bf

Please sign in to comment.