1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/e180-zg120b-tb: remove silabs_common

This commit is contained in:
Bas Stottelaar 2021-01-06 22:31:46 +01:00
parent 4bd448b949
commit ca4930fd7b
5 changed files with 0 additions and 12 deletions

View File

@ -10,7 +10,6 @@ config BOARD
config BOARD_E180_ZG120B_TB
bool
default y
select BOARD_COMMON_SILABS
select CPU_MODEL_EFR32MG1B232F256GM32
select HAS_PERIPH_ADC
select HAS_PERIPH_RTC

View File

@ -1,5 +1,3 @@
MODULE = board
DIRS = $(RIOTBOARD)/common/silabs
include $(RIOTBASE)/Makefile.base

View File

@ -2,9 +2,3 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += efm32_coretemp
USEMODULE += saul_gpio
endif
# add board common drivers
USEMODULE += boards_common_silabs
# include board common dependencies
include $(RIOTBOARD)/common/silabs/Makefile.dep

View File

@ -12,5 +12,3 @@ FEATURES_PROVIDED += periph_uart periph_uart_modecfg
# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += riotboot
FEATURES_PROVIDED += efm32_coretemp
include $(RIOTBOARD)/common/silabs/Makefile.features

View File

@ -20,7 +20,6 @@
*/
#include "board.h"
#include "board_common.h"
void board_init(void)
{