File tree Expand file tree Collapse file tree 5 files changed +1171
-0
lines changed
variants/STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T) Expand file tree Collapse file tree 5 files changed +1171
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
329329| :green_heart : | STM32H742ZG<br >STM32H742ZI | Generic Board | * 2.0.0* | |
330330| :green_heart : | STM32H743IG<br >STM32H743II | Generic Board | * 2.0.0* | |
331331| :green_heart : | STM32H743VG<br >STM32H743VI | Generic Board | * 2.0.0* | |
332+ | :yellow_heart : | STM32H743VI | [ DevEBox H743VIT6] ( https://github.com/mcauser/MCUDEV_DEVEBOX_H7XX_M ) | ** 2.2.0** | |
332333| :yellow_heart : | STM32H743VI | [ WeAct MiniSTM32H743VIT6] ( https://github.com/WeActTC/MiniSTM32H7xx ) | ** 2.2.0** | [ More info] ( https://github.com/stm32duino/Arduino_Core_STM32/pull/1552 ) |
333334| :green_heart : | STM32H743ZG<br >STM32H743ZI | Generic Board | * 2.0.0* | |
334335| :green_heart : | STM32H747AG<br >STM32H747AI | Generic Board | * 2.0.0* | |
@@ -338,6 +339,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
338339| :green_heart : | STM32H750IB | [ Daisy] ( https://www.electro-smith.com/daisy/daisy ) | * 1.9.0* | |
339340| :yellow_heart : | STM32H750IB | [ Daisy Patch SM] ( https://www.electro-smith.com/daisy/patch-sm ) | * 2.2.0* | |
340341| :green_heart : | STM32H750VB | Generic Board | * 2.0.0* | |
342+ | :yellow_heart : | STM32H750VB | [ DevEBox H750VBT6] ( https://github.com/mcauser/MCUDEV_DEVEBOX_H7XX_M ) | ** 2.2.0** | |
341343| :yellow_heart : | STM32H750VB | [ WeAct MiniSTM32H750VBT6] ( https://github.com/WeActTC/MiniSTM32H7xx ) | ** 2.2.0** | [ More info] ( https://github.com/stm32duino/Arduino_Core_STM32/pull/1552 ) |
342344| :green_heart : | STM32H753VI | Generic Board | * 2.0.0* | |
343345| :green_heart : | STM32H753ZI | Generic Board | * 2.0.0* | |
Original file line number Diff line number Diff line change @@ -3748,6 +3748,26 @@ GenH7.menu.pnum.DAISY_PATCH_SM.build.variant=STM32H7xx/H742I(G-I)(K-T)_H743I(G-I
37483748GenH7.menu.pnum.DAISY_PATCH_SM.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
37493749GenH7.menu.pnum.DAISY_PATCH_SM.build.ldscript=DAISY_SEED.ld
37503750
3751+ # DevEBoxH743VITX
3752+ GenH7.menu.pnum.DevEBoxH743VITX=DevEBox H743VITX
3753+ GenH7.menu.pnum.DevEBoxH743VITX.upload.maximum_size=2097152
3754+ GenH7.menu.pnum.DevEBoxH743VITX.upload.maximum_data_size=524288
3755+ GenH7.menu.pnum.DevEBoxH743VITX.build.board=DevEBoxH743VITX
3756+ GenH7.menu.pnum.DevEBoxH743VITX.build.product_line=STM32H743xx
3757+ GenH7.menu.pnum.DevEBoxH743VITX.build.variant=STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)
3758+ GenH7.menu.pnum.DevEBoxH743VITX.build.variant_h=variant_DevEBoxH7xx.h
3759+ GenH7.menu.pnum.DevEBoxH743VITX.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
3760+
3761+ # DevEBoxH750VBTX
3762+ GenH7.menu.pnum.DevEBoxH750VBTX=DevEBox H750VBTX
3763+ GenH7.menu.pnum.DevEBoxH750VBTX.upload.maximum_size=131072
3764+ GenH7.menu.pnum.DevEBoxH750VBTX.upload.maximum_data_size=524288
3765+ GenH7.menu.pnum.DevEBoxH750VBTX.build.board=DevEBoxH750VBTX
3766+ GenH7.menu.pnum.DevEBoxH750VBTX.build.product_line=STM32H750xx
3767+ GenH7.menu.pnum.DevEBoxH750VBTX.build.variant=STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)
3768+ GenH7.menu.pnum.DevEBoxH750VBTX.build.variant_h=variant_DevEBoxH7xx.h
3769+ GenH7.menu.pnum.DevEBoxH750VBTX.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
3770+
37513771# WeAct MiniSTM32H743VITX
37523772GenH7.menu.pnum.WeActMiniH743VITX=WeAct MiniSTM32H743VITX
37533773GenH7.menu.pnum.WeActMiniH743VITX.upload.maximum_size=2097152
You can’t perform that action at this time.
0 commit comments