Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CI/build/conf/cores_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"BLACKPILL_F303CC",
"BLACKPILL_F401CC",
"CoreBoard_F401RC",
"DIYMROE_F407VGT",
"DIYMORE_F407VGT",
"EEXTR_F030_V1",
"Generic_F103R8T6",
"Generic_F103RBT6",
Expand Down Expand Up @@ -145,7 +145,7 @@
"BLACKPILL_F401CC",
"BLUE_F407VE_Mini",
"CoreBoard_F401RC",
"DIYMROE_F407VGT",
"DIYMORE_F407VGT",
"EEXTR_F030_V1",
"Generic_F103R8T6",
"Generic_F103RBT6",
Expand Down
14 changes: 7 additions & 7 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down