Skip to content

Commit

Permalink
boards: msba2: remove cc110x_legacy support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jul 7, 2015
1 parent 6d9fa0a commit ba0467c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 266 deletions.
9 changes: 0 additions & 9 deletions boards/msba2-common/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
ifneq (,$(filter cc110x_legacy_csma,$(USEMODULE)))
USEMODULE += gpioint
endif

ifneq (,$(filter cc110x_legacy,$(USEMODULE)))
USEMODULE += cc110x_spi
USEMODULE += gpioint
endif

ifneq (,$(filter ltc4150,$(USEMODULE)))
USEMODULE += gpioint
endif
1 change: 0 additions & 1 deletion boards/msba2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
MODULE =$(BOARD)_base
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_legacy_csma

DIRS = $(RIOTBOARD)/msba2-common

Expand Down
5 changes: 0 additions & 5 deletions boards/msba2/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
export INCLUDES += -I$(RIOTBOARD)/msba2/include

ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc110x_legacy
USEMODULE += transceiver
endif

include $(RIOTBOARD)/msba2-common/Makefile.include
2 changes: 0 additions & 2 deletions boards/msba2/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ extern "C" {

void init_clks1(void);

typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down
249 changes: 0 additions & 249 deletions boards/msba2/msba2-cc110x.c

This file was deleted.

0 comments on commit ba0467c

Please sign in to comment.