mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo32-f042: change board name nucleo->nucleo32
This commit is contained in:
parent
5b49bfc21d
commit
963662416b
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_nucleo-f042
|
||||
* @ingroup boards_nucleo32-f042
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Board specific implementations for the nucleo-f042 board
|
||||
* @brief Board specific implementations for the nucleo32-f042 board
|
||||
*
|
||||
* @author Vincent Dupont <vincent@otakeys.com>
|
||||
*
|
@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo-f042 Nucleo-F042
|
||||
* @defgroup boards_nucleo32-f042 Nucleo-F042
|
||||
* @ingroup boards
|
||||
* @brief Board specific files for the nucleo-f042 board
|
||||
* @brief Board specific files for the nucleo32-f042 board
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Board specific definitions for the nucleo-f042 board
|
||||
* @brief Board specific definitions for the nucleo32-f042 board
|
||||
*
|
||||
* @author Vincent Dupont <vincent@otakeys.com>
|
||||
*/
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_nucleo-f042
|
||||
* @ingroup boards_nucleo32-f042
|
||||
* @{
|
||||
*
|
||||
* @file
|
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_nucleo-f042
|
||||
* @ingroup boards_nucleo32-f042
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the nucleo-f042 board
|
||||
* @brief Peripheral MCU configuration for the nucleo32-f042 board
|
||||
*
|
||||
* @author Vincent Dupont <vincent@otakeys.com>
|
||||
*/
|
@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
|
||||
nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
|
||||
cc2650stk nucleo-f030 nucleo-f070 microbit \
|
||||
calliope-mini nucleo-f042
|
||||
calliope-mini nucleo32-f042
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
z1 nucleo-f042
|
||||
z1 nucleo32-f042
|
||||
|
||||
# Must read nordic_softdevice_ble package before nanocoap package. However,
|
||||
# can't read it explicitly here because it is read later, as a dependency for
|
||||
|
@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk msb-430 msb-430h pca10000 pc
|
||||
spark-core stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 microbit calliope-mini \
|
||||
nucleo-f042
|
||||
nucleo32-f042
|
||||
|
||||
# use ethos (ethernet over serial) for network communication and stdio over
|
||||
# UART, but not on native, as native has a tap interface towards the host.
|
||||
|
@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 nucleo-f070 \
|
||||
microbit calliope-mini nucleo-f042
|
||||
microbit calliope-mini nucleo32-f042
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \
|
||||
spark-core stm32f0discovery telosb weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \
|
||||
nucleo-f070 microbit calliope-mini nucleo-f042
|
||||
nucleo-f070 microbit calliope-mini nucleo32-f042
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -7,7 +7,7 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f042 \
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
|
||||
pca10000 pca10005 stm32f0discovery telosb weio z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
|
@ -7,7 +7,7 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f042 \
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
|
||||
stm32f0discovery telosb weio
|
||||
|
||||
# blacklist this until #6022 is sorted out
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 nucleo-f042
|
||||
nucleo-f030 nucleo-f070 nucleo32-f042
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -6,7 +6,7 @@ BOARD ?= native
|
||||
|
||||
# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
|
||||
# (used currently by travis)
|
||||
BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio nucleo32-f042
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b
|
||||
wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 nucleo-f030 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1 \
|
||||
nucleo-f070 nucleo-f042
|
||||
nucleo-f070 nucleo32-f042
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_conn_udp
|
||||
|
@ -6,7 +6,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \
|
||||
nucleo-f042
|
||||
nucleo32-f042
|
||||
|
||||
USEMODULE += gnrc_netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
FEATURES_REQUIRED = periph_uart periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \
|
||||
nucleo-f042
|
||||
nucleo32-f042
|
||||
|
||||
USEMODULE += xbee
|
||||
USEMODULE += gnrc_netif
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1 nucleo-f030 nucleo-f042
|
||||
yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo-f042
|
||||
yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -4,7 +4,7 @@ BOARD ?= native
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042
|
||||
|
||||
USEMODULE += gnrc_sock_check_reuse
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
@ -8,7 +8,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
|
||||
BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := weio nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042
|
||||
|
||||
USEMODULE += libfixmath-unittests
|
||||
|
||||
|
@ -7,7 +7,7 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
|
||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||
wsn430-v1_4 z1
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo-f042 nucleo-f334 \
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \
|
||||
stm32f0discovery weio
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
APPLICATION = mutex_order
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
|
||||
arduino-duemilanove
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 stm32f0discovery weio nucleo-f030 \
|
||||
nucleo-f042
|
||||
nucleo32-f042
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_conn_udp
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 chronos stm32f0discovery \
|
||||
pca10000 pca10005 weio yunjia-nrf51822 nrf6310 spark-core \
|
||||
nucleo-f334 nucleo-f030 nucleo-f042
|
||||
nucleo-f334 nucleo-f030 nucleo32-f042
|
||||
|
||||
USEMODULE += fmt
|
||||
USEMODULE += posix_semaphore
|
||||
|
@ -13,6 +13,6 @@ CFLAGS += -DNATIVE_AUTO_EXIT
|
||||
BOARD_INSUFFICIENT_MEMORY += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
|
||||
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \
|
||||
airfy-beacon nrf51dongle nrf6310 weio nucleo-f030 \
|
||||
nucleo-f042
|
||||
nucleo32-f042
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -2,7 +2,7 @@ APPLICATION = driver_slip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 stm32f0discovery weio \
|
||||
nucleo-f030 nucleo-f042
|
||||
nucleo-f030 nucleo32-f042
|
||||
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc
|
||||
|
@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos msb-430 msb-430h mbed_lpc1768 \
|
||||
yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \
|
||||
nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 microbit calliope-mini \
|
||||
nucleo-f042
|
||||
nucleo32-f042
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = thread_msg
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = thread_msg_seq
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
|
||||
nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \
|
||||
saml21-xpro microbit calliope-mini limifrog-v1 \
|
||||
slwstk6220a ek-lm4f120xl stm32f3discovery \
|
||||
slwstk6220a nucleo-f042
|
||||
slwstk6220a nucleo32-f042
|
||||
|
||||
USEMODULE += embunit
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = xtimer_drift
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = xtimer_longterm
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f042
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user