Skip to content

Commit f55ba96

Browse files
committed
Add shrike-lite to smoketest
1 parent dbe6afa commit f55ba96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ endif
814814
@$(MD5SUM) test.hex
815815
$(TINYGO) build -size short -o test.hex -target=waveshare-rp2040-tiny examples/echo
816816
@$(MD5SUM) test.hex
817+
$(TINYGO) build -size short -o test.hex -target=vicharak_shrike-lite examples/echo
818+
@$(MD5SUM) test.hex
817819
# test pwm
818820
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
819821
@$(MD5SUM) test.hex

0 commit comments

Comments
 (0)