boards/slwstk6000b-*: split one board for each module

Define one board for each of the available modules.
This commit is contained in:
Gaëtan Harter 2019-09-30 19:12:55 +02:00
parent ddf3874995
commit 1ab5a9390d
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
14 changed files with 22 additions and 8 deletions

View File

@ -0,0 +1,3 @@
BOARD_MODULE = slwrb4150a
include $(RIOTBOARD)/common/slwstk6000b/Makefile.include

View File

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

View File

@ -0,0 +1,2 @@
USEMODULE += board_common_slwstk6000b
include $(RIOTBOARD)/common/slwstk6000b/Makefile.dep

View File

@ -0,0 +1 @@
include $(RIOTBOARD)/common/slwstk6000b/Makefile.features

View File

@ -0,0 +1,3 @@
BOARD_MODULE = slwrb4162a
include $(RIOTBOARD)/common/slwstk6000b/Makefile.include

View File

@ -1,4 +0,0 @@
# Define the default board module.
BOARD_MODULE ?= slwrb4162a
include $(RIOTBOARD)/common/slwstk6000b/Makefile.include

View File

@ -24,7 +24,8 @@ BOARD_INSUFFICIENT_MEMORY := blackpill blackpill-128kib bluepill \
remote-pa remote-reva remote-revb samd21-xpro \ remote-pa remote-reva remote-revb samd21-xpro \
saml10-xpro saml11-xpro saml21-xpro samr21-xpro \ saml10-xpro saml11-xpro saml21-xpro samr21-xpro \
samr30-xpro seeeduino_arch-pro sensebox_samd21 slstk3401a \ samr30-xpro seeeduino_arch-pro sensebox_samd21 slstk3401a \
sltb001a slwstk6220a sodaq-autonomo sodaq-explorer \ sltb001a slwstk6000b-slwrb4150a slwstk6220a \
sodaq-autonomo sodaq-explorer \
sodaq-one sodaq-sara-aff stk3600 stm32f3discovery \ sodaq-one sodaq-sara-aff stk3600 stm32f3discovery \
stm32l0538-disco yunjia-nrf51822 \ stm32l0538-disco yunjia-nrf51822 \
esp8266-esp-12x esp8266-olimex-mod \ esp8266-esp-12x esp8266-olimex-mod \

View File

@ -5,7 +5,8 @@ BOARD_WHITELIST := ikea-tradfri \
slstk3401a \ slstk3401a \
slstk3402a \ slstk3402a \
sltb001a \ sltb001a \
slwstk6000b \ slwstk6000b-slwrb4150a \
slwstk6000b-slwrb4162a \
stk3600 \ stk3600 \
stk3700 stk3700

View File

@ -2,7 +2,8 @@ include ../Makefile.tests_common
# the stm32f4discovery does not have the arduino pinout # the stm32f4discovery does not have the arduino pinout
BOARD_BLACKLIST := stm32f4discovery jiminy-mega256rfr2 slstk3401a slstk3402a \ BOARD_BLACKLIST := stm32f4discovery jiminy-mega256rfr2 slstk3401a slstk3402a \
sltb001a slwstk6000b stk3600 stk3700 sltb001a slwstk6000b-slwrb4150a slwstk6000b-slwrb4162a \
stk3600 stk3700
# currently the test provides config params for arduinos only # currently the test provides config params for arduinos only
FEATURES_REQUIRED += arduino FEATURES_REQUIRED += arduino

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# These boards are blacklisted since efm32 CPU dosn't support PWM_RIGHT # These boards are blacklisted since efm32 CPU dosn't support PWM_RIGHT
BOARD_BLACKLIST := slstk3401a slstk3402a sltb001a slwstk6000b stk3600 stk3700 BOARD_BLACKLIST := slstk3401a slstk3402a sltb001a \
slwstk6000b-slwrb4150a slwstk6000b-slwrb4162a \
stk3600 stk3700
# Boards with insufficient memory # Boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno

View File

@ -88,6 +88,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
sensebox_samd21 \ sensebox_samd21 \
slstk3401a \ slstk3401a \
sltb001a \ sltb001a \
slwstk6000b-slwrb4150a \
slwstk6220a \ slwstk6220a \
sodaq-autonomo \ sodaq-autonomo \
sodaq-explorer \ sodaq-explorer \