From ee82d4fbfeab89b07316aee033164bf1890d1c48 Mon Sep 17 00:00:00 2001 From: Silke Hofstra Date: Fri, 14 Sep 2018 16:16:32 +0200 Subject: [PATCH] boards, examples, tests: rename stm32mindev to blackpill --- boards/{stm32mindev => blackpill}/Makefile | 0 boards/{stm32mindev => blackpill}/Makefile.dep | 0 boards/{stm32mindev => blackpill}/Makefile.features | 0 boards/{stm32mindev => blackpill}/Makefile.include | 0 boards/{stm32mindev => blackpill}/board.c | 4 ++-- boards/{stm32mindev => blackpill}/dist/openocd.cfg | 0 boards/{stm32mindev => blackpill}/include/board.h | 9 ++++----- boards/{stm32mindev => blackpill}/include/gpio_params.h | 2 +- examples/dtls-echo/Makefile | 4 ++-- examples/gnrc_border_router/Makefile | 4 ++-- examples/gnrc_tftp/Makefile | 6 +++--- examples/javascript/Makefile | 4 ++-- examples/lua_REPL/Makefile | 4 ++-- examples/lua_basic/Makefile | 5 ++--- tests/cortexm_common_ldscript/Makefile | 2 +- tests/gnrc_netif/Makefile | 4 ++-- tests/unittests/Makefile | 2 +- 17 files changed, 24 insertions(+), 26 deletions(-) rename boards/{stm32mindev => blackpill}/Makefile (100%) rename boards/{stm32mindev => blackpill}/Makefile.dep (100%) rename boards/{stm32mindev => blackpill}/Makefile.features (100%) rename boards/{stm32mindev => blackpill}/Makefile.include (100%) rename boards/{stm32mindev => blackpill}/board.c (87%) rename boards/{stm32mindev => blackpill}/dist/openocd.cfg (100%) rename boards/{stm32mindev => blackpill}/include/board.h (85%) rename boards/{stm32mindev => blackpill}/include/gpio_params.h (96%) diff --git a/boards/stm32mindev/Makefile b/boards/blackpill/Makefile similarity index 100% rename from boards/stm32mindev/Makefile rename to boards/blackpill/Makefile diff --git a/boards/stm32mindev/Makefile.dep b/boards/blackpill/Makefile.dep similarity index 100% rename from boards/stm32mindev/Makefile.dep rename to boards/blackpill/Makefile.dep diff --git a/boards/stm32mindev/Makefile.features b/boards/blackpill/Makefile.features similarity index 100% rename from boards/stm32mindev/Makefile.features rename to boards/blackpill/Makefile.features diff --git a/boards/stm32mindev/Makefile.include b/boards/blackpill/Makefile.include similarity index 100% rename from boards/stm32mindev/Makefile.include rename to boards/blackpill/Makefile.include diff --git a/boards/stm32mindev/board.c b/boards/blackpill/board.c similarity index 87% rename from boards/stm32mindev/board.c rename to boards/blackpill/board.c index a7436eeb95..585feb6fab 100644 --- a/boards/stm32mindev/board.c +++ b/boards/blackpill/board.c @@ -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 diff --git a/boards/stm32mindev/dist/openocd.cfg b/boards/blackpill/dist/openocd.cfg similarity index 100% rename from boards/stm32mindev/dist/openocd.cfg rename to boards/blackpill/dist/openocd.cfg diff --git a/boards/stm32mindev/include/board.h b/boards/blackpill/include/board.h similarity index 85% rename from boards/stm32mindev/include/board.h rename to boards/blackpill/include/board.h index b9a1680076..9c07fcfe70 100644 --- a/boards/stm32mindev/include/board.h +++ b/boards/blackpill/include/board.h @@ -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 * @author Sören Tempel diff --git a/boards/stm32mindev/include/gpio_params.h b/boards/blackpill/include/gpio_params.h similarity index 96% rename from boards/stm32mindev/include/gpio_params.h rename to boards/blackpill/include/gpio_params.h index 7fef32992b..77ea94ba66 100644 --- a/boards/stm32mindev/include/gpio_params.h +++ b/boards/blackpill/include/gpio_params.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_stm32mindev + * @ingroup boards_blackpill * @{ * * @file diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index f3cf0e5869..de08e46528 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -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 diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index a8d8f0b841..cb8055029c 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -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 diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 5f082253f9..d237238a9f 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -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 diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 4493616696..da8971c909 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -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 \ diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 9a42189453..ae1715b859 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -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 \ diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile index 5782ca4b04..21793cae59 100644 --- a/examples/lua_basic/Makefile +++ b/examples/lua_basic/Makefile @@ -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 \ diff --git a/tests/cortexm_common_ldscript/Makefile b/tests/cortexm_common_ldscript/Makefile index 4db91761d1..5bd527ef86 100644 --- a/tests/cortexm_common_ldscript/Makefile +++ b/tests/cortexm_common_ldscript/Makefile @@ -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 diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 0c97f49b13..755ff23c14 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -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 diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index a3be68a7ef..fc39427cf3 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -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 \