Skip to content

Commit 2b739e1

Browse files
authored
Merge pull request #1386 from tannewt/uf2s_for_particle
Build UF2s for the particle boards
2 parents 2a58918 + 06c4938 commit 2b739e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/build_board_info.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"feather_m0_basic": BIN_UF2,
3636
"feather_m0_rfm69": BIN,
3737
"feather_m0_rfm9x": BIN,
38-
"makerdiary_nrf52840_mdk": HEX
38+
"makerdiary_nrf52840_mdk": HEX,
39+
"particle_argon": UF2,
40+
"particle_boron": UF2,
41+
"particle_xenon": UF2
3942
}
4043

4144
def get_languages():

0 commit comments

Comments
 (0)