tools: upload .bin and .uf2 for Itaca uChip boards
uChip boards are shipped with an Arduino bootloader. The .bin files can be installed without first installing a .uf2 bootloader. See https://github.com/adafruit/circuitpython/issues/2798
This commit is contained in:
parent
1e94d18db5
commit
8afa9878fd
@ -48,6 +48,7 @@ extension_by_board = {
|
||||
"feather_m0_basic": BIN_UF2,
|
||||
"feather_m0_rfm69": BIN_UF2,
|
||||
"feather_m0_rfm9x": BIN_UF2,
|
||||
"uchip": BIN_UF2,
|
||||
|
||||
# nRF52840 dev kits that may not have UF2 bootloaders,
|
||||
"makerdiary_nrf52840_mdk": HEX,
|
||||
|
Loading…
Reference in New Issue
Block a user