Skip to content

Commit

Permalink
add elecrow_rp2350 target to smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfeldman committed Jan 19, 2025
1 parent 4b9338b commit 8f32b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=tkey examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=elecrow-rp2350 examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(WASM), 0)
$(TINYGO) build -size short -o wasm.wasm -target=wasm examples/wasm/export
$(TINYGO) build -size short -o wasm.wasm -target=wasm examples/wasm/main
Expand Down

0 comments on commit 8f32b31

Please sign in to comment.