Skip to content

Commit

Permalink
Use uf2 output file format
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnt committed Dec 19, 2024
1 parent 90ef9b2 commit ae9816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/mpu9150/mai
tinygo build -size short -o ./build/test.hex -target=macropad-rp2040 ./examples/sh1106/macropad_spi
tinygo build -size short -o ./build/test.hex -target=macropad-rp2040 ./examples/encoders/quadrature-interrupt
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/mcp9808/main.go
tinygo build -size short -o ./build/test.hex -target=nicenano ./examples/sharpmem/main.go
tinygo build -size short -o ./build/test.uf2 -target=nicenano ./examples/sharpmem/main.go
# network examples (espat)
tinygo build -size short -o ./build/test.hex -target=challenger-rp2040 ./examples/net/ntpclient/
# network examples (wifinina)
Expand Down

0 comments on commit ae9816b

Please sign in to comment.