Skip to content

Commit 8afa987

Browse files
committed
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 #2798
1 parent 1e94d18 commit 8afa987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_board_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"feather_m0_basic": BIN_UF2,
4949
"feather_m0_rfm69": BIN_UF2,
5050
"feather_m0_rfm9x": BIN_UF2,
51+
"uchip": BIN_UF2,
5152

5253
# nRF52840 dev kits that may not have UF2 bootloaders,
5354
"makerdiary_nrf52840_mdk": HEX,

0 commit comments

Comments
 (0)