From 60fcbf7644d63b17c1434fbb75b0a6566d267679 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Wed, 4 Sep 2019 11:23:55 +0200 Subject: [PATCH] Rename DIYMROE to DIYMORE Mistake on the silkscreen of the board. Vendor is https://www.diymore.cc. https://www.diymore.cc/products/stm32f4-discovery-stm32f407vgt6-microcontroller-32bit-flash-mcu-arm-cortex-m4-core-development-board?_pos=1&_sid=68a700bf4&_ss=r= Signed-off-by: Frederic Pillon --- CI/build/conf/cores_config.json | 4 ++-- boards.txt | 14 +++++++------- .../PeripheralPins.c | 0 .../PinNamesVar.h | 0 .../ldscript.ld | 0 .../variant.cpp | 2 +- .../{DIYMROE_F407VGT => DIYMORE_F407VGT}/variant.h | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) rename variants/{DIYMROE_F407VGT => DIYMORE_F407VGT}/PeripheralPins.c (100%) rename variants/{DIYMROE_F407VGT => DIYMORE_F407VGT}/PinNamesVar.h (100%) rename variants/{DIYMROE_F407VGT => DIYMORE_F407VGT}/ldscript.ld (100%) rename variants/{DIYMROE_F407VGT => DIYMORE_F407VGT}/variant.cpp (99%) rename variants/{DIYMROE_F407VGT => DIYMORE_F407VGT}/variant.h (99%) diff --git a/CI/build/conf/cores_config.json b/CI/build/conf/cores_config.json index 647ddcda4d..29c09edae0 100644 --- a/CI/build/conf/cores_config.json +++ b/CI/build/conf/cores_config.json @@ -55,7 +55,7 @@ "BLACKPILL_F303CC", "BLACKPILL_F401CC", "CoreBoard_F401RC", - "DIYMROE_F407VGT", + "DIYMORE_F407VGT", "EEXTR_F030_V1", "Generic_F103R8T6", "Generic_F103RBT6", @@ -145,7 +145,7 @@ "BLACKPILL_F401CC", "BLUE_F407VE_Mini", "CoreBoard_F401RC", - "DIYMROE_F407VGT", + "DIYMORE_F407VGT", "EEXTR_F030_V1", "Generic_F103R8T6", "Generic_F103RBT6", diff --git a/boards.txt b/boards.txt index 6e32c42342..319ec1da34 100644 --- a/boards.txt +++ b/boards.txt @@ -938,13 +938,13 @@ GenF4.menu.pnum.BLUE_F407VE_Mini.build.board=BLUE_F407VE_Mini GenF4.menu.pnum.BLUE_F407VE_Mini.build.product_line=STM32F407xx GenF4.menu.pnum.BLUE_F407VE_Mini.build.variant=BLUE_F407VE_Mini -# DIYMROE STM32F407VGT board -GenF4.menu.pnum.DIYMROE_F407VGT=DIYMROE STM32F407VGT -GenF4.menu.pnum.DIYMROE_F407VGT.upload.maximum_size=1048576 -GenF4.menu.pnum.DIYMROE_F407VGT.upload.maximum_data_size=131072 -GenF4.menu.pnum.DIYMROE_F407VGT.build.board=DIYMROE_F407VGT -GenF4.menu.pnum.DIYMROE_F407VGT.build.product_line=STM32F407xx -GenF4.menu.pnum.DIYMROE_F407VGT.build.variant=DIYMROE_F407VGT +# DIYMORE STM32F407VGT board +GenF4.menu.pnum.DIYMORE_F407VGT=DIYMORE STM32F407VGT +GenF4.menu.pnum.DIYMORE_F407VGT.upload.maximum_size=1048576 +GenF4.menu.pnum.DIYMORE_F407VGT.upload.maximum_data_size=131072 +GenF4.menu.pnum.DIYMORE_F407VGT.build.board=DIYMORE_F407VGT +GenF4.menu.pnum.DIYMORE_F407VGT.build.product_line=STM32F407xx +GenF4.menu.pnum.DIYMORE_F407VGT.build.variant=DIYMORE_F407VGT # FK407M1 GenF4.menu.pnum.FK407M1=FK407M1 STM32F407VET diff --git a/variants/DIYMROE_F407VGT/PeripheralPins.c b/variants/DIYMORE_F407VGT/PeripheralPins.c similarity index 100% rename from variants/DIYMROE_F407VGT/PeripheralPins.c rename to variants/DIYMORE_F407VGT/PeripheralPins.c diff --git a/variants/DIYMROE_F407VGT/PinNamesVar.h b/variants/DIYMORE_F407VGT/PinNamesVar.h similarity index 100% rename from variants/DIYMROE_F407VGT/PinNamesVar.h rename to variants/DIYMORE_F407VGT/PinNamesVar.h diff --git a/variants/DIYMROE_F407VGT/ldscript.ld b/variants/DIYMORE_F407VGT/ldscript.ld similarity index 100% rename from variants/DIYMROE_F407VGT/ldscript.ld rename to variants/DIYMORE_F407VGT/ldscript.ld diff --git a/variants/DIYMROE_F407VGT/variant.cpp b/variants/DIYMORE_F407VGT/variant.cpp similarity index 99% rename from variants/DIYMROE_F407VGT/variant.cpp rename to variants/DIYMORE_F407VGT/variant.cpp index 8b57d5d505..7b4caeef9b 100644 --- a/variants/DIYMROE_F407VGT/variant.cpp +++ b/variants/DIYMORE_F407VGT/variant.cpp @@ -30,7 +30,7 @@ /* * This version created by Andrew W Symons (AWS), 19-Nov-18 - * for DIYMROE_STM32F407VGT board + * for DIYMORE_STM32F407VGT board */ #include "pins_arduino.h" diff --git a/variants/DIYMROE_F407VGT/variant.h b/variants/DIYMORE_F407VGT/variant.h similarity index 99% rename from variants/DIYMROE_F407VGT/variant.h rename to variants/DIYMORE_F407VGT/variant.h index c5b7da57c1..752da0bb8a 100644 --- a/variants/DIYMROE_F407VGT/variant.h +++ b/variants/DIYMORE_F407VGT/variant.h @@ -30,7 +30,7 @@ /* * This version created by Andrew W Symons (AWS), 19-Nov-18 - * for DIYMROE_STM32F407VGT board + * for DIYMORE_STM32F407VGT board */ #ifndef _VARIANT_ARDUINO_STM32_