Merge pull request #2804 from mew-cx/mewcx_uchip_bin_exception

tools: upload .bin and .uf2 for Itaca uChip boards
This commit is contained in:
Scott Shawcroft 2020-04-23 12:01:22 -07:00 committed by GitHub
commit de71a8ccb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,