Skip to content

Commit 6be9034

Browse files
committed
boards: msba2: remove cc110x_legacy support
1 parent 20477c1 commit 6be9034

File tree

5 files changed

+0
-266
lines changed

5 files changed

+0
-266
lines changed

boards/msba2-common/Makefile.dep

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
ifneq (,$(filter cc110x_legacy_csma,$(USEMODULE)))
2-
USEMODULE += gpioint
3-
endif
4-
5-
ifneq (,$(filter cc110x_legacy,$(USEMODULE)))
6-
USEMODULE += cc110x_spi
7-
USEMODULE += gpioint
8-
endif
9-
101
ifneq (,$(filter ltc4150,$(USEMODULE)))
112
USEMODULE += gpioint
123
endif

boards/msba2/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
MODULE =$(BOARD)_base
2-
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_legacy_csma
32

43
DIRS = $(RIOTBOARD)/msba2-common
54

boards/msba2/Makefile.include

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
export INCLUDES += -I$(RIOTBOARD)/msba2/include
22

3-
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
4-
USEMODULE += cc110x_legacy
5-
USEMODULE += transceiver
6-
endif
7-
83
include $(RIOTBOARD)/msba2-common/Makefile.include

boards/msba2/include/board.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ extern "C" {
4141

4242
void init_clks1(void);
4343

44-
typedef uint8_t radio_packet_length_t;
45-
4644
#ifdef __cplusplus
4745
}
4846
#endif

boards/msba2/msba2-cc110x.c

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

0 commit comments

Comments
 (0)