Skip to content
Snippets Groups Projects
Unverified Commit 84475771 authored by Kevin Weiss's avatar Kevin Weiss Committed by GitHub
Browse files

Merge pull request #9963 from silkeh/rename-stm32mindev

Rename stm32mindev to blackpill
parents 6949fec8 ee82d4fb
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 26 deletions
File moved
File moved
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
*/ */
/** /**
* @ingroup boards_stm32mindev * @ingroup boards_blackpill
* @{ * @{
* *
* @file * @file
* @brief Board specific implementations for the STM32 Minimum Development * @brief Board specific implementations for the Black Pill
* Board * Board
* *
* @author Víctor Ariño <victor.arino@triagnosys.com> * @author Víctor Ariño <victor.arino@triagnosys.com>
......
...@@ -9,22 +9,21 @@ ...@@ -9,22 +9,21 @@
*/ */
/** /**
* @defgroup boards_stm32mindev STM32 Minimum System Development Board * @defgroup boards_blackpill Black pill
* @ingroup boards * @ingroup boards
* @brief Support for the stm32f103c8 based STM32 Minimum System * @brief Support for the stm32f103c8 based Black pill.
* Development Board.
* *
* This board can be bought very cheaply on sides like eBay or * This board can be bought very cheaply on sides like eBay or
* AliExpress. Although the MCU nominally has 64 KiB ROM, most of them * 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, * 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 * except for the pin layout and the on board LED is connected to PB12 instead
* of PC13. For more information see: * 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 * @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 Víctor Ariño <victor.arino@triagnosys.com>
* @author Sören Tempel <tempel@uni-bremen.de> * @author Sören Tempel <tempel@uni-bremen.de>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
*/ */
/** /**
* @ingroup boards_stm32mindev * @ingroup boards_blackpill
* @{ * @{
* *
* @file * @file
......
...@@ -12,13 +12,13 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ ...@@ -12,13 +12,13 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
jiminy-mega256rfr2 mega-xplained msb-430 msb-430h telosb \ jiminy-mega256rfr2 mega-xplained msb-430 msb-430h telosb \
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 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 \ cc2650-launchpad cc2650stk hifive1 maple-mini \
microbit nrf51dongle nrf6310 nucleo-f031k6 \ microbit nrf51dongle nrf6310 nucleo-f031k6 \
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 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 \
spark-core stm32f0discovery stm32mindev yunjia-nrf51822 spark-core stm32f0discovery yunjia-nrf51822
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
......
...@@ -8,7 +8,7 @@ BOARD ?= samr21-xpro ...@@ -8,7 +8,7 @@ BOARD ?= samr21-xpro
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ 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 \ cc2650-launchpad cc2650stk hifive1 maple-mini \
mega-xplained microbit msb-430 msb-430h \ mega-xplained microbit msb-430 msb-430h \
nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \ nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \
...@@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ ...@@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
nucleo-f070rb nucleo-f072rb nucleo-f103rb \ nucleo-f070rb nucleo-f072rb nucleo-f103rb \
nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
nucleo-l073rz opencm904 spark-core \ nucleo-l073rz opencm904 spark-core \
stm32f0discovery stm32mindev telosb waspmote-pro \ stm32f0discovery telosb waspmote-pro \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# The following boards do not have an available UART # The following boards do not have an available UART
......
...@@ -8,15 +8,15 @@ BOARD ?= native ...@@ -8,15 +8,15 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ 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 \ chronos hifive1 mega-xplained microbit \
msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \ msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
nucleo-l053r8 spark-core stm32f0discovery \ nucleo-l053r8 spark-core stm32f0discovery \
stm32mindev telosb waspmote-pro \ telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 yunjia-nrf51822 z1
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
......
...@@ -7,7 +7,7 @@ BOARD ?= native ...@@ -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 := 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 \ cc2650-launchpad cc2650stk hifive1 lobaro-lorabox \
maple-mini microbit nrf51dongle nrf6310 \ maple-mini microbit nrf51dongle nrf6310 \
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
...@@ -15,7 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini ...@@ -15,7 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
nucleo-f410rb nucleo-l053r8 nucleo-l073rz \ nucleo-f410rb nucleo-l053r8 nucleo-l073rz \
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
nucleo-l031k6 opencm904 spark-core stm32f0discovery \ nucleo-l031k6 opencm904 spark-core stm32f0discovery \
stm32mindev yunjia-nrf51822 yunjia-nrf51822
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
......
...@@ -6,14 +6,14 @@ BOARD ?= native ...@@ -6,14 +6,14 @@ 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 := bluepill calliope-mini cc2650-launchpad \ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
cc2650stk maple-mini microbit nrf51dongle \ cc2650stk maple-mini microbit nrf51dongle \
nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
nucleo-f070rb nucleo-f072rb nucleo-f103rb \ nucleo-f070rb nucleo-f072rb nucleo-f103rb \
nucleo-f302r8 nucleo-f303k8 nucleo-f334r8 \ nucleo-f302r8 nucleo-f303k8 nucleo-f334r8 \
nucleo-f410rb nucleo-l031k6 nucleo-l053r8 \ nucleo-f410rb nucleo-l031k6 nucleo-l053r8 \
opencm904 spark-core stm32f0discovery \ opencm904 spark-core stm32f0discovery \
stm32mindev airfy-beacon arduino-mkr1000 \ airfy-beacon arduino-mkr1000 \
arduino-mkrfox1200 arduino-mkrzero arduino-zero \ arduino-mkrfox1200 arduino-mkrzero arduino-zero \
b-l072z-lrwan1 cc2538dk ek-lm4f120xl feather-m0 \ b-l072z-lrwan1 cc2538dk ek-lm4f120xl feather-m0 \
ikea-tradfri limifrog-v1 lobaro-lorabox \ ikea-tradfri limifrog-v1 lobaro-lorabox \
......
...@@ -6,14 +6,13 @@ BOARD ?= native ...@@ -6,14 +6,13 @@ 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 := bluepill calliope-mini cc2650-launchpad \ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
cc2650stk lobaro-lorabox maple-mini microbit \ cc2650stk lobaro-lorabox maple-mini microbit \
nrf51dongle nucleo-f030r8 nucleo-f031k6 \ nrf51dongle nucleo-f030r8 nucleo-f031k6 \
nucleo-f042k6 nucleo-f070rb nucleo-f072rb \ nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
nucleo-f103rb nucleo-f302r8 nucleo-f303k8 \ nucleo-f103rb nucleo-f302r8 nucleo-f303k8 \
nucleo-f334r8 nucleo-f410rb nucleo-l031k6 \ nucleo-f334r8 nucleo-f410rb nucleo-l031k6 \
nucleo-l053r8 opencm904 spark-core stm32f0discovery \ nucleo-l053r8 opencm904 spark-core stm32f0discovery
stm32mindev
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \
chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \ chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
......
...@@ -11,11 +11,11 @@ BOARD_WHITELIST += samr21-xpro ...@@ -11,11 +11,11 @@ BOARD_WHITELIST += samr21-xpro
BOARD_WHITELIST += arduino-mkr1000 BOARD_WHITELIST += arduino-mkr1000
BOARD_WHITELIST += arduino-mkrfox1200 BOARD_WHITELIST += arduino-mkrfox1200
BOARD_WHITELIST += arduino-mkrzero BOARD_WHITELIST += arduino-mkrzero
BOARD_WHITELIST += blackpill
BOARD_WHITELIST += bluepill BOARD_WHITELIST += bluepill
BOARD_WHITELIST += feather-m0 BOARD_WHITELIST += feather-m0
BOARD_WHITELIST += opencm904 BOARD_WHITELIST += opencm904
BOARD_WHITELIST += spark-core BOARD_WHITELIST += spark-core
BOARD_WHITELIST += stm32mindev
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
......
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ 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 \ cc2650-launchpad cc2650stk chronos hifive1 \
maple-mini mega-xplained microbit \ maple-mini mega-xplained microbit \
msb-430 msb-430h nrf51dongle nrf6310 \ msb-430 msb-430h nrf51dongle nrf6310 \
...@@ -9,7 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ ...@@ -9,7 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \ nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
opencm904 spark-core stm32f0discovery stm32mindev \ opencm904 spark-core stm32f0discovery \
telosb waspmote-pro \ telosb waspmote-pro \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
......
...@@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ ...@@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
arduino-zero \ arduino-zero \
avsextrem \ avsextrem \
b-l072z-lrwan1 \ b-l072z-lrwan1 \
blackpill \
bluepill \ bluepill \
calliope-mini \ calliope-mini \
cc2538dk \ cc2538dk \
...@@ -70,7 +71,6 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ ...@@ -70,7 +71,6 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
stk3600 \ stk3600 \
stm32f0discovery \ stm32f0discovery \
stm32f3discovery \ stm32f3discovery \
stm32mindev \
teensy31 \ teensy31 \
telosb \ telosb \
waspmote-pro \ waspmote-pro \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment