targets: esp32c3-supermini (#4518)

This commit is contained in:
vaaski
2025-01-20 21:44:58 +01:00
committed by GitHub
parent 7305a44f0c
commit 4f39be9c3b
3 changed files with 63 additions and 0 deletions
+2
View File
@@ -828,6 +828,8 @@ endif
ifneq ($(XTENSA), 0)
$(TINYGO) build -size short -o test.bin -target=esp32-mini32 examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=esp32c3-supermini examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack-core2 examples/machinetest