targets: add WaveShare ESP-C3-32S-Kit

I've had this board for a while now, but never added proper TinyGo
support. So here is a PR to do just that.
This commit is contained in:
Ayke van Laethem
2024-10-21 11:59:09 +02:00
committed by Ron Evans
parent b2fbbeb771
commit e615c25319
3 changed files with 47 additions and 0 deletions
+2
View File
@@ -835,6 +835,8 @@ ifneq ($(XTENSA), 0)
$(TINYGO) build -size short -o test.bin -target mch2022 examples/machinetest
@$(MD5SUM) test.bin
endif
$(TINYGO) build -size short -o test.bin -target=esp-c3-32s-kit examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=qtpy-esp32c3 examples/machinetest
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=m5stamp-c3 examples/machinetest