Merge pull request #6459 from NathanY3G/enable-uf2-builds-for-stm32-thing-plus
Enable UF2 builds for STM32 Thing Plus
This commit is contained in:
commit
c5d1da4a42
|
@ -69,6 +69,7 @@ extension_by_board = {
|
|||
"microbit_v2": COMBINED_HEX,
|
||||
# stm32
|
||||
"meowbit_v121": UF2,
|
||||
"sparkfun_stm32_thing_plus": BIN_UF2,
|
||||
# esp32c3
|
||||
"adafruit_qtpy_esp32c3": BIN,
|
||||
"ai_thinker_esp32-c3s": BIN,
|
||||
|
|
Loading…
Reference in New Issue