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

boards/nucleo-f031k6: rename to st marketing name

This commit is contained in:
Alexandre Abadie 2018-05-23 12:46:42 +02:00
parent 1df01a482f
commit 3e4f7adc95
91 changed files with 90 additions and 90 deletions

View File

@ -7,13 +7,13 @@
*/ */
/** /**
* @defgroup boards_nucleo32-f031 STM32 Nucleo32-F031 * @defgroup boards_nucleo-f031k6 STM32 Nucleo-F031K6
* @ingroup boards_common_nucleo32 * @ingroup boards_common_nucleo32
* @brief Support for the STM32 Nucleo32-F031 * @brief Support for the STM32 Nucleo-F031K6
* @{ * @{
* *
* @file * @file
* @brief Peripheral MCU configuration for the nucleo32-f031 board * @brief Peripheral MCU configuration for the nucleo-f031k6 board
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @author Vincent Dupont <vincent@otakeys.com> * @author Vincent Dupont <vincent@otakeys.com>

View File

@ -1,4 +1,4 @@
ifeq (,$(filter nucleo32-f031,$(BOARD))) ifeq (,$(filter nucleo-f031k6,$(BOARD)))
FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw FEATURES_PROVIDED += periph_flashpage_raw
endif endif

View File

@ -14,7 +14,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
cc2650-launchpad cc2650stk maple-mini \ cc2650-launchpad cc2650stk maple-mini \
microbit nrf51dongle nrf6310 nucleo32-f031 \ microbit nrf51dongle nrf6310 nucleo-f031k6 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
nucleo-l053r8 nucleo-l073rz opencm904 \ nucleo-l053r8 nucleo-l073rz opencm904 \

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \ nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \

View File

@ -14,7 +14,7 @@ BOARD_BLACKLIST := chronos \
z1 \ z1 \
# #
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..

View File

@ -9,7 +9,7 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1

View File

@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
cc2650-launchpad cc2650stk maple-mini \ cc2650-launchpad cc2650stk maple-mini \
microbit msb-430 msb-430h nrf51dongle nrf6310 \ microbit msb-430 msb-430h nrf51dongle nrf6310 \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
nucleo-f334r8 nucleo-l053r8 nucleo-l073rz opencm904 \ nucleo-f334r8 nucleo-l053r8 nucleo-l073rz opencm904 \
spark-core stm32f0discovery telosb weio wsn430-v1_3b \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \

View File

@ -7,7 +7,7 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \ nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1 wsn430-v1_3b wsn430-v1_4 z1

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \
microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
nucleo-l053r8 spark-core stm32f0discovery \ nucleo-l053r8 spark-core stm32f0discovery \

View File

@ -4,7 +4,7 @@ APPLICATION = ipc_pingpong
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..

View File

@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
cc2650-launchpad cc2650stk maple-mini \ cc2650-launchpad cc2650stk maple-mini \
microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \ microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \
nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410rb \ nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410rb \
nucleo-l053r8 nucleo-l073rz nucleo32-f031 nucleo32-f042 \ nucleo-l053r8 nucleo-l073rz nucleo-f031k6 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 opencm904 \ nucleo32-f303 nucleo32-l031 opencm904 \
spark-core stm32f0discovery yunjia-nrf51822 \ spark-core stm32f0discovery yunjia-nrf51822 \

View File

@ -7,7 +7,7 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-l053r8 stm32f0discovery \ nucleo32-l031 nucleo-f030r8 nucleo-l053r8 stm32f0discovery \
telosb z1 telosb z1

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nrf6310 nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \
nucleo-l053r8 stm32f0discovery telosb \ nucleo-l053r8 stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -6,7 +6,7 @@ BOARD ?= native
# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119 # stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
# (used currently by travis) # (used currently by travis)
BOARD_INSUFFICIENT_MEMORY= nucleo32-f031 nucleo32-f042 stm32f0discovery BOARD_INSUFFICIENT_MEMORY= nucleo-f031k6 nucleo32-f042 stm32f0discovery
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..

View File

@ -5,7 +5,7 @@ BOARD_BLACKLIST += chronos
BOARD_BLACKLIST += mega-xplained BOARD_BLACKLIST += mega-xplained
BOARD_BLACKLIST += mips-malta BOARD_BLACKLIST += mips-malta
BOARD_BLACKLIST += msb-430 msb-430h BOARD_BLACKLIST += msb-430 msb-430h
BOARD_BLACKLIST += nucleo32-f031 BOARD_BLACKLIST += nucleo-f031k6
BOARD_BLACKLIST += pic32-clicker pic32-wifire BOARD_BLACKLIST += pic32-clicker pic32-wifire
BOARD_BLACKLIST += telosb BOARD_BLACKLIST += telosb
BOARD_BLACKLIST += waspmote-pro BOARD_BLACKLIST += waspmote-pro

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \ nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \ nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \ nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053r8 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053r8 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h \
nucleo-l053r8 nucleo32-f031 nucleo32-f042 \ nucleo-l053r8 nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 stm32f0discovery telosb \ nucleo32-l031 stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1 wsn430-v1_3b wsn430-v1_4 z1

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery nucleo-f334r8 nucleo-l053r8 stm32f0discovery
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
FEATURES_REQUIRED = periph_spi FEATURES_REQUIRED = periph_spi

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
FEATURES_REQUIRED = periph_gpio FEATURES_REQUIRED = periph_gpio

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += sdcard_spi USEMODULE += sdcard_spi
USEMODULE += auto_init_storage USEMODULE += auto_init_storage

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
BOARD ?= nucleo-l152re BOARD ?= nucleo-l152re

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_uart periph_gpio FEATURES_REQUIRED = periph_uart periph_gpio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \
stm32f0discovery stm32f0discovery
USEMODULE += xbee USEMODULE += xbee

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
# MSP-430 doesn't support C11's atomic functionality yet # MSP-430 doesn't support C11's atomic functionality yet
BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo-f031k6 \
nucleo32-f042 nucleo-l053r8 stm32f0discovery telosb \ nucleo32-f042 nucleo-l053r8 stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1 wsn430-v1_3b wsn430-v1_4 z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
USEMODULE += evtimer USEMODULE += evtimer

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
USEMODULE += evtimer USEMODULE += evtimer

View File

@ -2,7 +2,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053r8 \ nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053r8 \
spark-core stm32f0discovery telosb \ spark-core stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \ BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
telosb wsn430-v1_3b wsn430-v1_4 telosb wsn430-v1_3b wsn430-v1_4
USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053r8 nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
nucleo32-l031 nucleo32-f042 stm32f0discovery \ nucleo32-l031 nucleo32-f042 stm32f0discovery \
telosb wsn430-v1_3b wsn430-v1_4 telosb wsn430-v1_3b wsn430-v1_4

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \ BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
telosb wsn430-v1_3b wsn430-v1_4 telosb wsn430-v1_3b wsn430-v1_4
USEMODULE += gnrc_ipv6_nib_router USEMODULE += gnrc_ipv6_nib_router

View File

@ -5,7 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
microbit msb-430 msb-430h nrf51dongle nrf6310 \ microbit msb-430 msb-430h nrf51dongle nrf6310 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb \
nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 nucleo-l073rz \ nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 nucleo-l073rz \
nucleo32-f031 nucleo32-f042 nucleo32-f303 \ nucleo-f031k6 nucleo32-f042 nucleo32-f303 \
nucleo32-l031 opencm904 spark-core \ nucleo32-l031 opencm904 spark-core \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
yunjia-nrf51822 z1 yunjia-nrf51822 z1

View File

@ -2,7 +2,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f103rb \ nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f103rb \
nucleo-f334r8 nucleo-l053r8 spark-core \ nucleo-f334r8 nucleo-l053r8 spark-core \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo-f031k6 \
nucleo-f030r8 nucleo-l053r8 nucleo32-l031 \ nucleo-f030r8 nucleo-l053r8 nucleo32-l031 \
stm32f0discovery z1 stm32f0discovery z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031
USEMODULE += gnrc_sock_ip USEMODULE += gnrc_sock_ip
USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031
USEMODULE += gnrc_sock_check_reuse USEMODULE += gnrc_sock_check_reuse
USEMODULE += gnrc_sock_udp USEMODULE += gnrc_sock_udp

View File

@ -11,7 +11,7 @@ TCP_TEST_CYCLES ?= 3
# Mark Boards with insufficient memory # Mark Boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos mega-xplained microbit \ arduino-uno calliope-mini chronos mega-xplained microbit \
msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
sb-430 sb-430h stm32f0discovery telosb \ sb-430 sb-430h stm32f0discovery telosb \

View File

@ -11,7 +11,7 @@ TCP_TEST_CYCLES ?= 3
# Mark Boards with insufficient memory # Mark Boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos mega-xplained \ arduino-uno calliope-mini chronos mega-xplained \
microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
sb-430 sb-430h stm32f0discovery telosb \ sb-430 sb-430h stm32f0discovery telosb \

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \ nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1 wsn430-v1_3b wsn430-v1_4 z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += auto_init USEMODULE += auto_init
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,7 +1,7 @@
APPLICATION = isr_yield_higher APPLICATION = isr_yield_higher
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031
USEMODULE += libfixmath-unittests USEMODULE += libfixmath-unittests

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \
stm32f0discovery yunjia-nrf51822 stm32f0discovery yunjia-nrf51822

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery nucleo-f334r8 nucleo-l053r8 stm32f0discovery
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery nucleo-f334r8 nucleo-l053r8 stm32f0discovery
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery nucleo-f334r8 nucleo-l053r8 stm32f0discovery
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-l053r8 stm32f0discovery nucleo-l053r8 stm32f0discovery
# list of boards to run CI tests on # list of boards to run CI tests on

View File

@ -4,7 +4,7 @@
CFLAGS += -DNDEBUG CFLAGS += -DNDEBUG
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
DISABLE_MODULE = auto_init DISABLE_MODULE = auto_init

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
arduino-duemilanove jiminy-mega256rfr2 mega-xplained arduino-duemilanove jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery nucleo-f334r8 nucleo-l053r8 stm32f0discovery
USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
FEATURES_REQUIRED = periph_uart FEATURES_REQUIRED = periph_uart

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
#malloc.h not found #malloc.h not found
BOARD_BLACKLIST := jiminy-mega256rfr2 mega-xplained BOARD_BLACKLIST := jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += pipe USEMODULE += pipe

View File

@ -12,7 +12,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \ iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \ mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \
nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \ nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \ nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \
nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476rg \ nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476rg \

View File

@ -25,7 +25,7 @@ else
USEMODULE += mtd_sdcard USEMODULE += mtd_sdcard
endif endif
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
# this list is composed of boards with sufficient memory and support spi/gpio + native # this list is composed of boards with sufficient memory and support spi/gpio + native
BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \
wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove \ wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove \
jiminy-mega256rfr2 mega-xplained jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053r8 \ nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053r8 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-l053r8 \ nucleo32-l031 nucleo-f030r8 nucleo-l053r8 \
stm32f0discovery telosb z1 stm32f0discovery telosb z1

View File

@ -2,7 +2,7 @@ BOARD ?= b-l072z-lrwan1
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031
BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 spark-core \ nucleo-f334r8 nucleo-l053r8 spark-core \
stm32f0discovery yunjia-nrf51822 stm32f0discovery yunjia-nrf51822

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
stm32f0discovery telosb wsn430-v1_3b \ stm32f0discovery telosb wsn430-v1_3b \
wsn430-v1_4 z1 wsn430-v1_4 z1

View File

@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# mega-xplained: unknown type name: clockid_t # mega-xplained: unknown type name: clockid_t
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
# Modules to include. # Modules to include.
USEMODULE += pthread USEMODULE += pthread

View File

@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# jiminy-mega256rfr2: unknown type name: clockid_t # jiminy-mega256rfr2: unknown type name: clockid_t
# mega-xplained: unknown type name: clockid_t # mega-xplained: unknown type name: clockid_t
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += posix USEMODULE += posix
USEMODULE += pthread USEMODULE += pthread

View File

@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# jiminy-mega256rfr2: unknown type name: clockid_t # jiminy-mega256rfr2: unknown type name: clockid_t
# mega-xplained: unknown type name: clockid_t # mega-xplained: unknown type name: clockid_t
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += posix USEMODULE += posix
USEMODULE += pthread USEMODULE += pthread

View File

@ -10,7 +10,7 @@ USEMODULE += pthread
USEMODULE += xtimer USEMODULE += xtimer
USEMODULE += random USEMODULE += random
BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo-f031k6 \
nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery nucleo-f334r8 nucleo-l053r8 stm32f0discovery

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-l053r8 stm32f0discovery nucleo-l053r8 stm32f0discovery
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# some boards have not enough rom and/or ram # some boards have not enough rom and/or ram
BOARD_BLACKLIST += nucleo32-f031 nucleo32-f042 nucleo32-l031 pic32-clicker BOARD_BLACKLIST += nucleo-f031k6 nucleo32-f042 nucleo32-l031 pic32-clicker
BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-uno BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-uno
# override PRNG if desired (see sys/random for alternatives) # override PRNG if desired (see sys/random for alternatives)

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \
stm32f0discovery stm32f0discovery

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 \
nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
telosb z1 telosb z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos \ BOARD_INSUFFICIENT_MEMORY := chronos \
msb-430 \ msb-430 \
msb-430h \ msb-430h \
nucleo32-f031 nucleo-f031k6
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += core_thread_flags USEMODULE += core_thread_flags
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init

View File

@ -2,6 +2,6 @@ include ../Makefile.tests_common
USEMODULE += xtimer USEMODULE += xtimer
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -28,7 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
msba2 \ msba2 \
nrf51dongle \ nrf51dongle \
nrf6310 \ nrf6310 \
nucleo32-f031 \ nucleo-f031k6 \
nucleo32-f042 \ nucleo32-f042 \
nucleo32-f303 \ nucleo32-f303 \
nucleo32-l031 \ nucleo32-l031 \
@ -125,7 +125,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f722ze \ nucleo-f722ze \
nucleo-f746zg \ nucleo-f746zg \
nucleo-f767zi \ nucleo-f767zi \
nucleo32-f031 \ nucleo-f031k6 \
nucleo32-f042 \ nucleo32-f042 \
nucleo32-f303 \ nucleo32-f303 \
nucleo32-l031 \ nucleo32-l031 \

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += xtimer USEMODULE += xtimer