targets: add M5Stack Stamp-S3A (#5524)

* targets: add M5Stack Stamp-S3A

* targets: add Stamp-S3A smoke test

* targets: rename Stamp-S3A target

* targets: rename Stamp-S3A target
This commit is contained in:
rdon(あーるどん)
2026-07-16 21:31:47 +09:00
committed by GitHub
parent 801bd484ab
commit f1c39e8356
3 changed files with 97 additions and 0 deletions
+2
View File
@@ -972,6 +972,8 @@ ifneq ($(XTENSA), 0)
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack examples/machinetest
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stamp-s3a examples/machinetest
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stick-c examples/machinetest
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5paper examples/machinetest