Skip to content

Commit

Permalink
Merge pull request #29 from chroma-tech/master
Browse files Browse the repository at this point in the history
Added UF2 Family for GD32F350
  • Loading branch information
mmoskal committed Nov 13, 2020
2 parents 8e1b6da + 135c6cb commit 48a63e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ This procedure was unfortunately not used for the SAMD51 and NRF52840 below.
* Cypress FX2 - 0x5a18069b
* ESP32 - 0x1c5f21b0
* NXP i.MX RT10XX - 0x4fb2d5bd
* GD32F350 - 0x31d228c6

### Rationale

Expand Down
3 changes: 2 additions & 1 deletion utils/uf2conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
'STM32WB': 0x70d16653,
'STM32WL': 0x21460ff0,
'ATMEGA32': 0x16573617,
'MIMXRT10XX': 0x4FB2D5BD
'MIMXRT10XX': 0x4FB2D5BD,
'GD32F350': 0x31D228C6
}

INFO_FILE = "/INFO_UF2.TXT"
Expand Down

0 comments on commit 48a63e6

Please sign in to comment.