Skip to content

Commit ff474a8

Browse files
dds90ABOSTM
authored andcommitted
[variant] Add STM32F407ZGT6 Mini and Generic_F407Zx
Supersed stm32duino#1130 Signed-off-by: dds90 <[email protected]> Co-authored-by: Alexandre Bourdiol <[email protected]>
1 parent e3aec1d commit ff474a8

File tree

5 files changed

+971
-0
lines changed

5 files changed

+971
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
220220
| :green_heart: | STM32F411CE | [WeAct Black Pill](https://stm32-base.org/boards/STM32F411CEU6-WeAct-Black-Pill-V2.0) | *1.9.0* | [More info](https://github.com/WeActTC/MiniF4-STM32F4x1) |
221221
| :green_heart: | STM32F407VE<br>STM32F407VG | [STM32 F4VE / Black F407VET6](https://stm32-base.org/boards/STM32F407VET6-STM32-F4VE-V2.0) | *1.4.0* | STM32F407VG support since *1.5.0* |
222222
| :green_heart: | STM32F407ZE<br>STM32F407ZG | Black F407ZE / Black F407ZG | *1.5.0* | |
223+
| :yellow_heart: | STM32F407ZG | vcc-gnd.com Mini | ***2.0.0*** | [More info](http://www.vcc-gnd.com/rtd/html/STM32/quickref.html#stm32f4) |
223224
| :green_heart: | STM32F407VE | [vcc-gnd.com Mini](https://stm32-base.org/boards/STM32F407VET6-VCC-GND-Small) | *1.4.0* | [More info](http://vcc-gnd.com/rtd/html/STM32/quickref.html#stm32f4) |
224225
| :green_heart: | STM32F401RC | [STM32F Core Board](https://stm32-base.org/boards/STM32F401RCT6-STM32F-Core-Board) | *1.7.0* | |
225226
| :green_heart: | STM32F407VG | [DIYMORE STM32F407VGT](https://stm32-base.org/boards/STM32F407VGT6-diymore) | *1.5.0* | |

Diff for: boards.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,16 @@ GenF4.menu.pnum.THUNDERPACK_F411.build.variant_h=variant_{build.board}.h
18521852
GenF4.menu.pnum.THUNDERPACK_F411.build.variant=STM32F4xx/F411C(C-E)(U-Y)
18531853
GenF4.menu.pnum.THUNDERPACK_F411.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
18541854

1855+
# VCCGND_F407ZGT6 board
1856+
GenF4.menu.pnum.VCCGND_F407ZG_MINI=VCCGND F407ZGT6 Mini
1857+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.upload.maximum_size=1048576
1858+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.upload.maximum_data_size=131072
1859+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.build.board=VCCGND_F407ZG_MINI
1860+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.build.product_line=STM32F407xx
1861+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.build.variant_h=variant_{build.board}.h
1862+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.build.variant=STM32F4xx/F407Z(E-G)T_F417Z(E-G)T
1863+
GenF4.menu.pnum.VCCGND_F407ZG_MINI.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
1864+
18551865
# Generic F401CBUx
18561866
GenF4.menu.pnum.GENERIC_F401CBUX=Generic F401CBUx
18571867
GenF4.menu.pnum.GENERIC_F401CBUX.upload.maximum_size=131072

0 commit comments

Comments
 (0)