Skip to content

Commit f2c02b0

Browse files
committed
Support FYSETC S6 3D printer board
1 parent f5be507 commit f2c02b0

6 files changed

Lines changed: 973 additions & 0 deletions

File tree

boards.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,18 @@ LoRa.menu.upload_method.dfuMethod.upload.tool=stm32CubeProg
17111711
3dprinter.menu.pnum.VAKE_F446VE.build.variant=VAKE_F446VE
17121712
3dprinter.menu.pnum.VAKE_F446VE.build.cmsis_lib_gcc=arm_cortexM4lf_math
17131713

1714+
# FYSETC_S6 board
1715+
3dprinter.menu.pnum.FYSETC_S6=FYSETC_S6
1716+
3dprinter.menu.pnum.FYSETC_S6.upload.maximum_size=524288
1717+
3dprinter.menu.pnum.FYSETC_S6.upload.maximum_data_size=131072
1718+
3dprinter.menu.pnum.FYSETC_S6.build.mcu=cortex-m4
1719+
3dprinter.menu.pnum.FYSETC_S6.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
1720+
3dprinter.menu.pnum.FYSETC_S6.build.board=FYSETC_S6
1721+
3dprinter.menu.pnum.FYSETC_S6.build.series=STM32F4xx
1722+
3dprinter.menu.pnum.FYSETC_S6.build.product_line=STM32F446xx
1723+
3dprinter.menu.pnum.FYSETC_S6.build.variant=FYSETC_S6
1724+
3dprinter.menu.pnum.FYSETC_S6.build.cmsis_lib_gcc=arm_cortexM4lf_math
1725+
17141726
# Upload menu
17151727
3dprinter.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
17161728
3dprinter.menu.upload_method.swdMethod.upload.protocol=0

0 commit comments

Comments
 (0)