Merge pull request #1618 from dhalbert/build-uf2-for-radio-boards

Build both BIN and UF2 for RFM boards
This commit is contained in:
Dan Halbert 2019-03-05 14:25:47 -05:00 committed by GitHub
commit 233cfcd4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ extension_by_board = {
"arduino_zero": BIN,
"feather_m0_adalogger": BIN_UF2,
"feather_m0_basic": BIN_UF2,
"feather_m0_rfm69": BIN,
"feather_m0_rfm9x": BIN,
"feather_m0_rfm69": BIN_UF2,
"feather_m0_rfm9x": BIN_UF2,
# nRF52840 dev kits that may not have UF2 bootloaders,
"makerdiary_nrf52840_mdk": HEX,