targets: Add Shrike Lite board (#5170)

* feat: Add Vicharak Shrike Lite

* Add shrike-lite to smoketest
This commit is contained in:
Yaj
2026-01-24 12:34:22 +05:30
committed by GitHub
parent f0256cab18
commit e79cdc1122
3 changed files with 134 additions and 0 deletions
+2
View File
@@ -814,6 +814,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=waveshare-rp2040-tiny examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=vicharak_shrike-lite examples/echo
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex