Skip to content

Commit

Permalink
tools/autobuild: Create .uf2 file for seeed_xiao_nrf52.
Browse files Browse the repository at this point in the history
And for all other nrf boards that have or get a uf2 build tag.
  • Loading branch information
robert-hh authored and dpgeorge committed Dec 19, 2022
1 parent 3b28532 commit 57bb1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/autobuild/build-boards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function build_mimxrt_boards {
}

function build_nrf_boards {
build_boards nrfx_glue.h $1 $2 bin hex
build_boards nrfx_glue.h $1 $2 bin hex uf2
}

function build_renesas_ra_boards {
Expand Down

0 comments on commit 57bb1e0

Please sign in to comment.