mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards, examples, tests: rename stm32mindev to blackpill
This commit is contained in:
parent
1022050dc7
commit
ee82d4fbfe
@ -9,11 +9,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_stm32mindev
|
||||
* @ingroup boards_blackpill
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Board specific implementations for the STM32 Minimum Development
|
||||
* @brief Board specific implementations for the Black Pill
|
||||
* Board
|
||||
*
|
||||
* @author Víctor Ariño <victor.arino@triagnosys.com>
|
@ -9,22 +9,21 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_stm32mindev STM32 Minimum System Development Board
|
||||
* @defgroup boards_blackpill Black pill
|
||||
* @ingroup boards
|
||||
* @brief Support for the stm32f103c8 based STM32 Minimum System
|
||||
* Development Board.
|
||||
* @brief Support for the stm32f103c8 based Black pill.
|
||||
*
|
||||
* This board can be bought very cheaply on sides like eBay or
|
||||
* AliExpress. Although the MCU nominally has 64 KiB ROM, most of them
|
||||
* have 128 KiB ROM. This board is almost identical to the bluepill board,
|
||||
* except for the pin layout and the on board LED is connected to PB12 instead
|
||||
* of PC13. For more information see:
|
||||
* http://wiki.stm32duino.com/index.php?title=Blue_Pill
|
||||
* http://wiki.stm32duino.com/index.php?title=Black_Pill
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the stm32mindev board
|
||||
* @brief Peripheral MCU configuration for the Black Pill board
|
||||
*
|
||||
* @author Víctor Ariño <victor.arino@triagnosys.com>
|
||||
* @author Sören Tempel <tempel@uni-bremen.de>
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_stm32mindev
|
||||
* @ingroup boards_blackpill
|
||||
* @{
|
||||
*
|
||||
* @file
|
@ -12,13 +12,13 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
|
||||
jiminy-mega256rfr2 mega-xplained msb-430 msb-430h telosb \
|
||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||
cc2650-launchpad cc2650stk hifive1 maple-mini \
|
||||
microbit nrf51dongle nrf6310 nucleo-f031k6 \
|
||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||
nucleo-l053r8 nucleo-l073rz opencm904 \
|
||||
spark-core stm32f0discovery stm32mindev yunjia-nrf51822
|
||||
spark-core stm32f0discovery yunjia-nrf51822
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -8,7 +8,7 @@ BOARD ?= samr21-xpro
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
arduino-uno b-l072z-lrwan1 bluepill calliope-mini \
|
||||
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||
cc2650-launchpad cc2650stk hifive1 maple-mini \
|
||||
mega-xplained microbit msb-430 msb-430h \
|
||||
nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \
|
||||
@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb \
|
||||
nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
||||
nucleo-l073rz opencm904 spark-core \
|
||||
stm32f0discovery stm32mindev telosb waspmote-pro \
|
||||
stm32f0discovery telosb waspmote-pro \
|
||||
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# The following boards do not have an available UART
|
||||
|
@ -8,15 +8,15 @@ BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
arduino-uno b-l072z-lrwan1 bluepill calliope-mini \
|
||||
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||
chronos hifive1 mega-xplained microbit \
|
||||
msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
|
||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
||||
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||
nucleo-l053r8 spark-core stm32f0discovery \
|
||||
stm32mindev telosb waspmote-pro \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1
|
||||
|
||||
# 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 := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||
cc2650-launchpad cc2650stk hifive1 lobaro-lorabox \
|
||||
maple-mini microbit nrf51dongle nrf6310 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
||||
@ -15,7 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
|
||||
nucleo-f410rb nucleo-l053r8 nucleo-l073rz \
|
||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||
nucleo-l031k6 opencm904 spark-core stm32f0discovery \
|
||||
stm32mindev yunjia-nrf51822
|
||||
yunjia-nrf51822
|
||||
|
||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
|
||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||
|
@ -6,14 +6,14 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := bluepill calliope-mini cc2650-launchpad \
|
||||
BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
|
||||
cc2650stk maple-mini microbit nrf51dongle \
|
||||
nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb \
|
||||
nucleo-f302r8 nucleo-f303k8 nucleo-f334r8 \
|
||||
nucleo-f410rb nucleo-l031k6 nucleo-l053r8 \
|
||||
opencm904 spark-core stm32f0discovery \
|
||||
stm32mindev airfy-beacon arduino-mkr1000 \
|
||||
airfy-beacon arduino-mkr1000 \
|
||||
arduino-mkrfox1200 arduino-mkrzero arduino-zero \
|
||||
b-l072z-lrwan1 cc2538dk ek-lm4f120xl feather-m0 \
|
||||
ikea-tradfri limifrog-v1 lobaro-lorabox \
|
||||
|
@ -6,14 +6,13 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := bluepill calliope-mini cc2650-launchpad \
|
||||
BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
|
||||
cc2650stk lobaro-lorabox maple-mini microbit \
|
||||
nrf51dongle nucleo-f030r8 nucleo-f031k6 \
|
||||
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
|
||||
nucleo-f103rb nucleo-f302r8 nucleo-f303k8 \
|
||||
nucleo-f334r8 nucleo-f410rb nucleo-l031k6 \
|
||||
nucleo-l053r8 opencm904 spark-core stm32f0discovery \
|
||||
stm32mindev
|
||||
nucleo-l053r8 opencm904 spark-core stm32f0discovery
|
||||
|
||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||
chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
|
||||
|
@ -11,11 +11,11 @@ BOARD_WHITELIST += samr21-xpro
|
||||
BOARD_WHITELIST += arduino-mkr1000
|
||||
BOARD_WHITELIST += arduino-mkrfox1200
|
||||
BOARD_WHITELIST += arduino-mkrzero
|
||||
BOARD_WHITELIST += blackpill
|
||||
BOARD_WHITELIST += bluepill
|
||||
BOARD_WHITELIST += feather-m0
|
||||
BOARD_WHITELIST += opencm904
|
||||
BOARD_WHITELIST += spark-core
|
||||
BOARD_WHITELIST += stm32mindev
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
arduino-uno b-l072z-lrwan1 bluepill calliope-mini \
|
||||
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||
cc2650-launchpad cc2650stk chronos hifive1 \
|
||||
maple-mini mega-xplained microbit \
|
||||
msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
@ -9,7 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||
nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \
|
||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||
opencm904 spark-core stm32f0discovery stm32mindev \
|
||||
opencm904 spark-core stm32f0discovery \
|
||||
telosb waspmote-pro \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
|
||||
arduino-zero \
|
||||
avsextrem \
|
||||
b-l072z-lrwan1 \
|
||||
blackpill \
|
||||
bluepill \
|
||||
calliope-mini \
|
||||
cc2538dk \
|
||||
@ -70,7 +71,6 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
|
||||
stk3600 \
|
||||
stm32f0discovery \
|
||||
stm32f3discovery \
|
||||
stm32mindev \
|
||||
teensy31 \
|
||||
telosb \
|
||||
waspmote-pro \
|
||||
|
Loading…
Reference in New Issue
Block a user