Skip to content
Snippets Groups Projects
Commit d67acba0 authored by Martine Lenders's avatar Martine Lenders
Browse files

Merge pull request #3614 from OlegHahm/rename_at86_autoinit

at86rf2xx: rename remaining files and variables
parents ffc6d31b 8639d2c2
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ifneq (,$(filter ng_nomac,$(USEMODULE))) ...@@ -10,7 +10,7 @@ ifneq (,$(filter ng_nomac,$(USEMODULE)))
USEMODULE += ng_netbase USEMODULE += ng_netbase
endif endif
ifneq (,$(filter ng_at86rf2%,$(USEMODULE))) ifneq (,$(filter at86rf2%,$(USEMODULE)))
USEMODULE += at86rf2xx USEMODULE += at86rf2xx
USEMODULE += ieee802154 USEMODULE += ieee802154
endif endif
......
...@@ -12,5 +12,5 @@ PSEUDOMODULES += log ...@@ -12,5 +12,5 @@ PSEUDOMODULES += log
PSEUDOMODULES += log_printfnoformat PSEUDOMODULES += log_printfnoformat
# include variants of the AT86RF2xx drivers as pseudo modules # include variants of the AT86RF2xx drivers as pseudo modules
PSEUDOMODULES += ng_at86rf23% PSEUDOMODULES += at86rf23%
PSEUDOMODULES += ng_at86rf21% PSEUDOMODULES += at86rf21%
ifneq (,$(filter ng_netif_default,$(USEMODULE))) ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_at86rf231 USEMODULE += at86rf231
USEMODULE += ng_nomac USEMODULE += ng_nomac
endif endif
ifneq (,$(filter ng_netif_default,$(USEMODULE))) ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_at86rf212b USEMODULE += at86rf212b
USEMODULE += ng_nomac USEMODULE += ng_nomac
endif endif
......
ifneq (,$(filter ng_netif_default,$(USEMODULE))) ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_at86rf233 USEMODULE += at86rf233
USEMODULE += ng_nomac USEMODULE += ng_nomac
endif endif
...@@ -8,19 +8,19 @@ BOARD_BLACKLIST := nucleo-f334 ...@@ -8,19 +8,19 @@ BOARD_BLACKLIST := nucleo-f334
# nucleo-f334: not enough GPIO pins defined # nucleo-f334: not enough GPIO pins defined
ifneq (,$(filter samr21-xpro,$(BOARD))) ifneq (,$(filter samr21-xpro,$(BOARD)))
DRIVER ?= ng_at86rf233 DRIVER ?= at86rf233
USE_BOARD_PARAMETERS:=true USE_BOARD_PARAMETERS:=true
endif endif
ifneq (,$(filter iot-lab_M3,$(BOARD))) ifneq (,$(filter iot-lab_M3,$(BOARD)))
DRIVER ?= ng_at86rf231 DRIVER ?= at86rf231
USE_BOARD_PARAMETERS:=true USE_BOARD_PARAMETERS:=true
endif endif
ifneq (,$(DRIVER)) ifneq (,$(DRIVER))
USEMODULE += $(DRIVER) USEMODULE += $(DRIVER)
else else
# default to ng_at86rf231 # default to at86rf231
USEMODULE += ng_at86rf231 USEMODULE += at86rf231
endif endif
ifneq (true,$(USE_BOARD_PARAMETERS)) ifneq (true,$(USE_BOARD_PARAMETERS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment