Skip to content

Commit 19768cc

Browse files
committed
1 parent 70b8bce commit 19768cc

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Diff for: CI/build/conf/cores_config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"BLACKPILL_F303CC",
5656
"BLACKPILL_F401CC",
5757
"CoreBoard_F401RC",
58-
"DIYMROE_F407VGT",
58+
"DIYMORE_F407VGT",
5959
"EEXTR_F030_V1",
6060
"Generic_F103R8T6",
6161
"Generic_F103RBT6",
@@ -145,7 +145,7 @@
145145
"BLACKPILL_F401CC",
146146
"BLUE_F407VE_Mini",
147147
"CoreBoard_F401RC",
148-
"DIYMROE_F407VGT",
148+
"DIYMORE_F407VGT",
149149
"EEXTR_F030_V1",
150150
"Generic_F103R8T6",
151151
"Generic_F103RBT6",

Diff for: boards.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -938,13 +938,13 @@ GenF4.menu.pnum.BLUE_F407VE_Mini.build.board=BLUE_F407VE_Mini
938938
GenF4.menu.pnum.BLUE_F407VE_Mini.build.product_line=STM32F407xx
939939
GenF4.menu.pnum.BLUE_F407VE_Mini.build.variant=BLUE_F407VE_Mini
940940

941-
# DIYMROE STM32F407VGT board
942-
GenF4.menu.pnum.DIYMROE_F407VGT=DIYMROE STM32F407VGT
943-
GenF4.menu.pnum.DIYMROE_F407VGT.upload.maximum_size=1048576
944-
GenF4.menu.pnum.DIYMROE_F407VGT.upload.maximum_data_size=131072
945-
GenF4.menu.pnum.DIYMROE_F407VGT.build.board=DIYMROE_F407VGT
946-
GenF4.menu.pnum.DIYMROE_F407VGT.build.product_line=STM32F407xx
947-
GenF4.menu.pnum.DIYMROE_F407VGT.build.variant=DIYMROE_F407VGT
941+
# DIYMORE STM32F407VGT board
942+
GenF4.menu.pnum.DIYMORE_F407VGT=DIYMORE STM32F407VGT
943+
GenF4.menu.pnum.DIYMORE_F407VGT.upload.maximum_size=1048576
944+
GenF4.menu.pnum.DIYMORE_F407VGT.upload.maximum_data_size=131072
945+
GenF4.menu.pnum.DIYMORE_F407VGT.build.board=DIYMORE_F407VGT
946+
GenF4.menu.pnum.DIYMORE_F407VGT.build.product_line=STM32F407xx
947+
GenF4.menu.pnum.DIYMORE_F407VGT.build.variant=DIYMORE_F407VGT
948948

949949
# FK407M1
950950
GenF4.menu.pnum.FK407M1=FK407M1 STM32F407VET
File renamed without changes.
File renamed without changes.

Diff for: variants/DIYMROE_F407VGT/variant.cpp renamed to variants/DIYMORE_F407VGT/variant.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/*
3232
* This version created by Andrew W Symons (AWS), 19-Nov-18
33-
* for DIYMROE_STM32F407VGT board
33+
* for DIYMORE_STM32F407VGT board
3434
*/
3535

3636
#include "pins_arduino.h"

Diff for: variants/DIYMROE_F407VGT/variant.h renamed to variants/DIYMORE_F407VGT/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/*
3232
* This version created by Andrew W Symons (AWS), 19-Nov-18
33-
* for DIYMROE_STM32F407VGT board
33+
* for DIYMORE_STM32F407VGT board
3434
*/
3535

3636
#ifndef _VARIANT_ARDUINO_STM32_

0 commit comments

Comments
 (0)