tests/* : blacklisting for hifive1b
This commit is contained in:
parent
5222822260
commit
e4bee51a9d
@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_rtt
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
# The board MPU family (used for grouping by the CI system)
|
|
||||||
FEATURES_MCU_GROUP = risc_v
|
|
||||||
|
|
||||||
include $(RIOTCPU)/fe310/Makefile.features
|
include $(RIOTCPU)/fe310/Makefile.features
|
||||||
|
|||||||
@ -65,10 +65,10 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* By default the SPI FFMT initialized as:
|
* By default the SPI FFMT initialized as:
|
||||||
* cmd_en = 1
|
* cmd_en = 1
|
||||||
* addr_len = 3
|
* addr_len = 3
|
||||||
* cmd_code = 3
|
* cmd_code = 3
|
||||||
* all other fields = 0
|
* all other fields = 0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void board_init_clock(void)
|
void board_init_clock(void)
|
||||||
@ -101,16 +101,16 @@ void board_init_clock(void)
|
|||||||
__attribute__ ((section (".ramfunc")))
|
__attribute__ ((section (".ramfunc")))
|
||||||
void board_init_flash(void)
|
void board_init_flash(void)
|
||||||
{
|
{
|
||||||
/* Update the QSPI interface to adjust to the CPU speed
|
/* Update the QSPI interface to adjust to the CPU speed
|
||||||
* This function needs to execute from the RAM
|
* This function needs to execute from the RAM
|
||||||
* when the QSPI interface is being reconfigured because the flash
|
* when the QSPI interface is being reconfigured because the flash
|
||||||
* can't be accessed during this time
|
* can't be accessed during this time
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Disable SPI flash mode */
|
/* Disable SPI flash mode */
|
||||||
SPI0_REG(SPI_REG_FCTRL) &= ~SPI_FCTRL_EN;
|
SPI0_REG(SPI_REG_FCTRL) &= ~SPI_FCTRL_EN;
|
||||||
|
|
||||||
/* Enable QPI mode by sending command to flash */
|
/* Enable QPI mode by sending command to flash */
|
||||||
SPI0_REG(SPI_REG_TXFIFO) = 0x35;
|
SPI0_REG(SPI_REG_TXFIFO) = 0x35;
|
||||||
|
|
||||||
/* begin{code-style-ignore} */
|
/* begin{code-style-ignore} */
|
||||||
@ -125,10 +125,10 @@ void board_init_flash(void)
|
|||||||
SPI_INSN_PAD_CODE(0x00); /* Dummy cycle sends 0 value bits */
|
SPI_INSN_PAD_CODE(0x00); /* Dummy cycle sends 0 value bits */
|
||||||
/* end{code-style-ignore} */
|
/* end{code-style-ignore} */
|
||||||
|
|
||||||
/* Re-enable SPI flash mode */
|
/* Re-enable SPI flash mode */
|
||||||
SPI0_REG(SPI_REG_FCTRL) |= SPI_FCTRL_EN;
|
SPI0_REG(SPI_REG_FCTRL) |= SPI_FCTRL_EN;
|
||||||
|
|
||||||
/* Adjust the SPI clk divider for to boost flash speed */
|
/* Adjust the SPI clk divider for to boost flash speed */
|
||||||
// SPI0_REG(SPI_REG_SCKDIV) = SCKDIV;
|
// SPI0_REG(SPI_REG_SCKDIV) = SCKDIV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos hifive1 i-nucleo-lrwan1 \
|
arduino-uno chronos hifive1 hifive1b i-nucleo-lrwan1 \
|
||||||
msb-430 msb-430h \
|
msb-430 msb-430h \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||||
|
|||||||
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno hifive1 i-nucleo-lrwan1 mega-xplained \
|
arduino-uno hifive1 hifive1b i-nucleo-lrwan1 mega-xplained \
|
||||||
msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \
|
msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
||||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
||||||
|
|||||||
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
|||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano arduino-uno \
|
arduino-mega2560 arduino-nano arduino-uno \
|
||||||
b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||||
cc2650-launchpad cc2650stk chronos hifive1 \
|
cc2650-launchpad cc2650stk chronos hifive1 hifive1b \
|
||||||
i-nucleo-lrwan1 lsn50 maple-mini \
|
i-nucleo-lrwan1 lsn50 maple-mini \
|
||||||
mega-xplained microbit msb-430 msb-430h \
|
mega-xplained microbit msb-430 msb-430h \
|
||||||
nrf51dk nrf51dongle nrf6310 \
|
nrf51dk nrf51dongle nrf6310 \
|
||||||
|
|||||||
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno hifive1 i-nucleo-lrwan1 mega-xplained \
|
arduino-uno hifive1 hifive1b i-nucleo-lrwan1 mega-xplained \
|
||||||
msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \
|
msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
||||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
||||||
|
|||||||
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano arduino-uno chronos \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
hifive1 i-nucleo-lrwan1 msb-430 msb-430h \
|
hifive1 hifive1b i-nucleo-lrwan1 msb-430 msb-430h \
|
||||||
nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
|
nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-f070rb nucleo-f070rb nucleo-f072rb \
|
nucleo-f070rb nucleo-f070rb nucleo-f072rb \
|
||||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
||||||
|
|||||||
@ -4,7 +4,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos hifive1 i-nucleo-lrwan1 \
|
arduino-uno chronos hifive1 hifive1b i-nucleo-lrwan1 \
|
||||||
mega-xplained msb-430 msb-430h \
|
mega-xplained msb-430 msb-430h \
|
||||||
nucleo-f042k6 nucleo-f031k6 \
|
nucleo-f042k6 nucleo-f031k6 \
|
||||||
nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \
|
nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \
|
||||||
|
|||||||
@ -16,7 +16,7 @@ TCP_TEST_CYCLES ?= 3
|
|||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \
|
||||||
arduino-leonardo arduino-mega2560 \
|
arduino-leonardo arduino-mega2560 \
|
||||||
arduino-nano arduino-uno calliope-mini chronos \
|
arduino-nano arduino-uno calliope-mini chronos \
|
||||||
hifive1 i-nucleo-lrwan1 mega-xplained microbit \
|
hifive1 hifive1b i-nucleo-lrwan1 mega-xplained microbit \
|
||||||
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \
|
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||||
|
|||||||
@ -15,7 +15,7 @@ TCP_TEST_CYCLES ?= 3
|
|||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \
|
||||||
arduino-leonardo arduino-mega2560 \
|
arduino-leonardo arduino-mega2560 \
|
||||||
arduino-nano arduino-uno calliope-mini chronos \
|
arduino-nano arduino-uno calliope-mini chronos \
|
||||||
hifive1 i-nucleo-lrwan1 mega-xplained microbit \
|
hifive1 hifive1b i-nucleo-lrwan1 mega-xplained microbit \
|
||||||
msb-430 msb-430h \
|
msb-430 msb-430h \
|
||||||
nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||||
|
|||||||
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno calliope-mini chronos hifive1 \
|
arduino-uno calliope-mini chronos hifive1 hifive1b \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained microbit msb-430 msb-430h \
|
mega-xplained microbit msb-430 msb-430h \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
|
|||||||
@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
|||||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
msb-430 msb-430h telosb waspmote-pro \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
wsn430-v1_3b wsn430-v1_4 z1
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon hifive1 i-nucleo-lrwan1 nrf6310 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon hifive1 hifive1b i-nucleo-lrwan1 nrf6310 \
|
||||||
nucleo-f031k6 nucleo-f042k6 \
|
nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \
|
||||||
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
|
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
|
||||||
|
|||||||
@ -6,7 +6,7 @@ TEST_ON_CI_WHITELIST += all
|
|||||||
|
|
||||||
ifneq (,$(filter arduino-duemilanove arduino-leonardo arduino-mega2560 arduino-uno waspmote-pro,$(BOARD)))
|
ifneq (,$(filter arduino-duemilanove arduino-leonardo arduino-mega2560 arduino-uno waspmote-pro,$(BOARD)))
|
||||||
TIMER_SPEED ?= 250000
|
TIMER_SPEED ?= 250000
|
||||||
else ifneq (,$(filter hifive1 %-kw41z,$(BOARD)))
|
else ifneq (,$(filter hifive1 hifive1b %-kw41z,$(BOARD)))
|
||||||
TIMER_SPEED ?= 32768
|
TIMER_SPEED ?= 32768
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,7 @@ BOARD_BLACKLIST := arduino-duemilanove \
|
|||||||
chronos \
|
chronos \
|
||||||
f4vi1 \
|
f4vi1 \
|
||||||
hifive1 \
|
hifive1 \
|
||||||
|
hifive1b \
|
||||||
jiminy-mega256rfr2 \
|
jiminy-mega256rfr2 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
|
|||||||
@ -15,6 +15,7 @@ BOARD_BLACKLIST := \
|
|||||||
esp8266-esp-12x \
|
esp8266-esp-12x \
|
||||||
esp8266-olimex-mod \
|
esp8266-olimex-mod \
|
||||||
hifive1 \
|
hifive1 \
|
||||||
|
hifive1b \
|
||||||
jiminy-mega256rfr2 \
|
jiminy-mega256rfr2 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-nano arduino-uno hifive1 i-nucleo-lrwan1 \
|
arduino-nano arduino-uno hifive1 hifive1b i-nucleo-lrwan1 \
|
||||||
jiminy-mega256rfr2 mega-xplained stm32l0538-disco waspmote-pro
|
jiminy-mega256rfr2 mega-xplained stm32l0538-disco waspmote-pro
|
||||||
|
|
||||||
# AVR platform: unknown type name: clockid_t
|
# AVR platform: unknown type name: clockid_t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user