diff options
| author | Mike Weiblen <mew@mew.cx> | 2020-04-22 23:39:02 -0600 |
|---|---|---|
| committer | Mike Weiblen <mew@mew.cx> | 2020-04-22 23:50:14 -0600 |
| commit | 8afa9878fd0165a40d6b693d7328aeedd34c0fc8 (patch) | |
| tree | 154c54a57aaa06629a200cf7f6f25330db8afe77 /tools | |
| parent | 1e94d18db55e931a20558e3ca089c964b77ea97e (diff) | |
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
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_board_info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_board_info.py b/tools/build_board_info.py index 543224fae..3594f2ae7 100644 --- a/tools/build_board_info.py +++ b/tools/build_board_info.py @@ -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, |
