aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2024-10-21 10:59:34 +0200
committerRon Evans <[email protected]>2024-10-22 09:23:31 +0100
commitb2fbbeb771fab6eeafec00515940fe6d1d0614a7 (patch)
tree694d7ae077157c7153b5d3e6e963f0be3fddf640 /GNUmakefile
parentbcfe751f62302cbb17f11236dc03775122ab6974 (diff)
downloadtinygo-b2fbbeb771fab6eeafec00515940fe6d1d0614a7.tar.gz
tinygo-b2fbbeb771fab6eeafec00515940fe6d1d0614a7.zip
esp32c3: add smoke tests for a few boards
These boards probably haven't been working since the addition of I2C, because they were missing some constants in the machine package.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 110ab5463..75725d08c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -841,6 +841,12 @@ endif
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=xiao-esp32c3 examples/machinetest
@$(MD5SUM) test.bin
+ $(TINYGO) build -size short -o test.bin -target=esp32-c3-devkit-rust-1 examples/blinky1
+ @$(MD5SUM) test.bin
+ $(TINYGO) build -size short -o test.bin -target=esp32c3-12f examples/blinky1
+ @$(MD5SUM) test.bin
+ $(TINYGO) build -size short -o test.bin -target=makerfabs-esp32c3spi35 examples/machinetest
+ @$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.hex -target=hifive1b examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=maixbit examples/blinky1