tools/autobuild: Create .uf2 file for seeed_xiao_nrf52.
And for all other nrf boards that have or get a uf2 build tag.
This commit is contained in:
parent
3b285326e3
commit
57bb1e0474
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue