mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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_uart
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = risc_v
|
||||
|
||||
include $(RIOTCPU)/fe310/Makefile.features
|
||||
|
@ -65,10 +65,10 @@
|
||||
|
||||
/*
|
||||
* By default the SPI FFMT initialized as:
|
||||
* cmd_en = 1
|
||||
* addr_len = 3
|
||||
* cmd_code = 3
|
||||
* all other fields = 0
|
||||
* cmd_en = 1
|
||||
* addr_len = 3
|
||||
* cmd_code = 3
|
||||
* all other fields = 0
|
||||
*/
|
||||
|
||||
void board_init_clock(void)
|
||||
@ -101,16 +101,16 @@ void board_init_clock(void)
|
||||
__attribute__ ((section (".ramfunc")))
|
||||
void board_init_flash(void)
|
||||
{
|
||||
/* Update the QSPI interface to adjust to the CPU speed
|
||||
* This function needs to execute from the RAM
|
||||
* when the QSPI interface is being reconfigured because the flash
|
||||
* can't be accessed during this time
|
||||
*/
|
||||
/* Update the QSPI interface to adjust to the CPU speed
|
||||
* This function needs to execute from the RAM
|
||||
* when the QSPI interface is being reconfigured because the flash
|
||||
* can't be accessed during this time
|
||||
*/
|
||||
|
||||
/* Disable SPI flash mode */
|
||||
SPI0_REG(SPI_REG_FCTRL) &= ~SPI_FCTRL_EN;
|
||||
/* Disable SPI flash mode */
|
||||
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;
|
||||
|
||||
/* begin{code-style-ignore} */
|
||||
@ -125,10 +125,10 @@ void board_init_flash(void)
|
||||
SPI_INSN_PAD_CODE(0x00); /* Dummy cycle sends 0 value bits */
|
||||
/* end{code-style-ignore} */
|
||||
|
||||
/* Re-enable SPI flash mode */
|
||||
SPI0_REG(SPI_REG_FCTRL) |= SPI_FCTRL_EN;
|
||||
/* Re-enable SPI flash mode */
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||
arduino-mega2560 arduino-nano \
|
||||
arduino-uno chronos hifive1 i-nucleo-lrwan1 \
|
||||
arduino-uno chronos hifive1 hifive1b i-nucleo-lrwan1 \
|
||||
msb-430 msb-430h \
|
||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||
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 \
|
||||
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
||||
arduino-mega2560 arduino-nano arduino-uno \
|
||||
b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||
cc2650-launchpad cc2650stk chronos hifive1 \
|
||||
cc2650-launchpad cc2650stk chronos hifive1 hifive1b \
|
||||
i-nucleo-lrwan1 lsn50 maple-mini \
|
||||
mega-xplained microbit msb-430 msb-430h \
|
||||
nrf51dk nrf51dongle nrf6310 \
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||
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 \
|
||||
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||
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-f070rb nucleo-f070rb nucleo-f072rb \
|
||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
||||
|
@ -4,7 +4,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||
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 \
|
||||
nucleo-f042k6 nucleo-f031k6 \
|
||||
nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \
|
||||
|
@ -16,7 +16,7 @@ TCP_TEST_CYCLES ?= 3
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \
|
||||
arduino-leonardo arduino-mega2560 \
|
||||
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 \
|
||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||
|
@ -15,7 +15,7 @@ TCP_TEST_CYCLES ?= 3
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \
|
||||
arduino-leonardo arduino-mega2560 \
|
||||
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 nucleo-f031k6 \
|
||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||
arduino-mega2560 arduino-nano \
|
||||
arduino-uno calliope-mini chronos hifive1 \
|
||||
arduino-uno calliope-mini chronos hifive1 hifive1b \
|
||||
i-nucleo-lrwan1 \
|
||||
mega-xplained microbit msb-430 msb-430h \
|
||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||
|
@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||
msb-430 msb-430h telosb waspmote-pro \
|
||||
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-l031k6 nucleo-f030r8 nucleo-f303k8 \
|
||||
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)))
|
||||
TIMER_SPEED ?= 250000
|
||||
else ifneq (,$(filter hifive1 %-kw41z,$(BOARD)))
|
||||
else ifneq (,$(filter hifive1 hifive1b %-kw41z,$(BOARD)))
|
||||
TIMER_SPEED ?= 32768
|
||||
endif
|
||||
|
||||
|
@ -9,6 +9,7 @@ BOARD_BLACKLIST := arduino-duemilanove \
|
||||
chronos \
|
||||
f4vi1 \
|
||||
hifive1 \
|
||||
hifive1b \
|
||||
jiminy-mega256rfr2 \
|
||||
mega-xplained \
|
||||
msb-430 \
|
||||
|
@ -15,6 +15,7 @@ BOARD_BLACKLIST := \
|
||||
esp8266-esp-12x \
|
||||
esp8266-olimex-mod \
|
||||
hifive1 \
|
||||
hifive1b \
|
||||
jiminy-mega256rfr2 \
|
||||
mega-xplained \
|
||||
msb-430 \
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
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
|
||||
|
||||
# AVR platform: unknown type name: clockid_t
|
||||
|
Loading…
Reference in New Issue
Block a user