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_