mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user