1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

remove defaulttransceiver, cc110x, cc2420 traces

This commit is contained in:
Kaspar Schleiser 2015-08-05 16:06:53 +02:00
parent 359edca5d1
commit bbf64e81ec
16 changed files with 0 additions and 79 deletions

View File

@ -1,4 +1,3 @@
PSEUDOMODULES += defaulttransceiver
PSEUDOMODULES += ng_netif_default
PSEUDOMODULES += ng_ieee802154
PSEUDOMODULES += ng_ipv6_default

View File

@ -1,4 +0,0 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc110x_legacy
USEMODULE += transceiver
endif

View File

@ -1,6 +0,0 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += at86rf231
ifeq (,$(filter netdev_base,$(USEMODULE)))
USEMODULE += transceiver
endif
endif

View File

@ -1,10 +1,3 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += at86rf231
ifeq (,$(filter netdev_base,$(USEMODULE)))
USEMODULE += transceiver
endif
endif
ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_at86rf231
USEMODULE += ng_nomac

View File

@ -1,8 +0,0 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc110x_legacy
USEMODULE += transceiver
endif
ifneq (,$(filter cc110x_legacy,$(USEMODULE)))
USEMODULE += cc110x_spi
endif

View File

@ -1,5 +1,4 @@
# tell the Makefile.base which module to build
MODULE = $(BOARD)_base
INCLUDES += -I$(RIOTBASE)/drivers/cc110x
include $(RIOTBASE)/Makefile.base

View File

@ -2,13 +2,6 @@
export CPU = stm32f4
export CPU_MODEL = stm32f415rg
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc110x
ifeq (,$(filter netdev_base,$(USEMODULE)))
USEMODULE += transceiver
endif
endif
#define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(shell ls -1 /dev/tty.SLAB_USBtoUART* | head -n 1)

View File

@ -1,10 +1,3 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += at86rf231
ifeq (,$(filter netdev_base,$(USEMODULE)))
USEMODULE += transceiver
endif
endif
ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_at86rf212b
USEMODULE += ng_nomac

View File

@ -1,8 +1,3 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += ng_nativenet
USEMODULE += ng_netdev_eth
endif
ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_nativenet
USEMODULE += ng_netdev_eth

View File

@ -1,5 +1,4 @@
MODULE =$(BOARD)_base
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_legacy_csma
DIRS = $(RIOTBOARD)/msba2-common

View File

@ -1,9 +1,3 @@
export INCLUDES += -I$(RIOTBOARD)/pttu/include
# Enable this after fixing https://github.com/RIOT-OS/RIOT/issues/659
#ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
# USEMODULE += cc110x_legacy_csma
# USEMODULE += transceiver
#endif
include $(RIOTBOARD)/msba2-common/Makefile.include

View File

@ -1,10 +1,3 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += at86rf231
ifeq (,$(filter netdev_base,$(USEMODULE)))
USEMODULE += transceiver
endif
endif
ifneq (,$(filter ng_netif_default,$(USEMODULE)))
USEMODULE += ng_at86rf233
USEMODULE += ng_nomac

View File

@ -1,10 +1 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc110x_legacy
USEMODULE += transceiver
endif
ifneq (,$(filter cc110x_legacy,$(USEMODULE)))
USEMODULE += cc110x_spi
endif
USEMODULE += msp430_common

View File

@ -2,7 +2,4 @@ MODULE = $(BOARD)_base
DIRS = $(RIOTBOARD)/wsn430-common
INCLUDES += -I$(RIOTBASE)/drivers/cc2420/include \
-I$(RIOTBASE)/sys/net/include
include $(RIOTBASE)/Makefile.base

View File

@ -1,6 +1 @@
USEMODULE += msp430_common
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc2420
USEMODULE += transceiver
endif

2
dist/Makefile vendored
View File

@ -36,8 +36,6 @@ QUIET ?= 1
#USEMODULE += uart0
#USEMODULE += posix
#USEMODULE += vtimer
#USEMODULE += defaulttransceiver
#USEMODULE += sixlowpan
#export INCLUDES += -Iapplication_include