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:
Mike Weiblen 2020-04-22 23:39:02 -06:00
parent 1e94d18db5
commit 8afa9878fd
1 changed files with 1 additions and 0 deletions

View File

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