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:
Limor "Ladyada" Fried 2022-06-05 15:43:46 -04:00 committed by GitHub
commit c5d1da4a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,