Skip to content

Update boards.txt for stm32f0discovery (MB1034B) #1913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 12 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,14 @@ GenF0.menu.pnum.GENERIC_F051R4TX.build.board=GENERIC_F051R4TX
GenF0.menu.pnum.GENERIC_F051R4TX.build.product_line=STM32F051x8
GenF0.menu.pnum.GENERIC_F051R4TX.build.variant=STM32F0xx/F051R4T

# Generic F051R8Tx
GenF0.menu.pnum.GENERIC_F051R8TX=Generic F051R8Tx
GenF0.menu.pnum.GENERIC_F051R8TX.upload.maximum_size=65536
GenF0.menu.pnum.GENERIC_F051R8TX.upload.maximum_data_size=8192
GenF0.menu.pnum.GENERIC_F051R8TX.build.board=GENERIC_F051R8TX
GenF0.menu.pnum.GENERIC_F051R8TX.build.product_line=STM32F051x8
GenF0.menu.pnum.GENERIC_F051R8TX.build.variant=STM32F0xx/F051R8(H-T)

# Generic F051T8Yx
GenF0.menu.pnum.GENERIC_F051T8YX=Generic F051T8Yx
GenF0.menu.pnum.GENERIC_F051T8YX.upload.maximum_size=65536
Expand Down Expand Up @@ -1884,6 +1892,10 @@ GenF0.menu.upload_method.dfuMethod.upload.protocol=2
GenF0.menu.upload_method.dfuMethod.upload.options=-g
GenF0.menu.upload_method.dfuMethod.upload.tool=stm32CubeProg

GenF0.menu.upload_method.bmpMethod=BMP (Black Magic Probe)
GenF0.menu.upload_method.bmpMethod.upload.protocol=gdb_bmp
GenF0.menu.upload_method.bmpMethod.upload.tool=bmp_upload

################################################################################
# Generic F1
GenF1.name=Generic STM32F1 series
Expand Down