feat(swan_r5): Enable UF2 support for Swan R5 board

This commit is contained in:
Matthew McGowan 2022-06-21 14:47:33 -07:00
parent 562c73bcc7
commit d03bba3adb

View File

@ -70,6 +70,7 @@ extension_by_board = {
# stm32 # stm32
"meowbit_v121": UF2, "meowbit_v121": UF2,
"sparkfun_stm32_thing_plus": BIN_UF2, "sparkfun_stm32_thing_plus": BIN_UF2,
"swan_r5": BIN_UF2,
# esp32c3 # esp32c3
"adafruit_qtpy_esp32c3": BIN, "adafruit_qtpy_esp32c3": BIN,
"ai_thinker_esp32-c3s": BIN, "ai_thinker_esp32-c3s": BIN,