@@ -491,7 +491,7 @@ smoketest:
491
491
@$(MD5SUM ) test.hex
492
492
$(TINYGO ) build -size short -o test.hex -target=nano-rp2040 examples/rtcinterrupt
493
493
@$(MD5SUM ) test.hex
494
- $(TINYGO ) build -size short -o test.hex -target=pca10040 examples/serial
494
+ $(TINYGO ) build -size short -o test.hex -target=pca10040 examples/machinetest
495
495
@$(MD5SUM ) test.hex
496
496
$(TINYGO ) build -size short -o test.hex -target=pca10040 examples/systick
497
497
@$(MD5SUM ) test.hex
@@ -523,7 +523,7 @@ ifneq ($(WASM), 0)
523
523
@$(MD5SUM) test.wasm
524
524
$(TINYGO) build -size short -o test.wasm -tags=circuitplay_bluefruit examples/blinky1
525
525
@$(MD5SUM) test.wasm
526
- $(TINYGO) build -size short -o test.wasm -tags=mch2022 examples/serial
526
+ $(TINYGO) build -size short -o test.wasm -tags=mch2022 examples/machinetest
527
527
@$(MD5SUM) test.wasm
528
528
$(TINYGO) build -size short -o test.wasm -tags=gopher_badge examples/blinky1
529
529
@$(MD5SUM) test.wasm
@@ -621,7 +621,7 @@ endif
621
621
@$(MD5SUM) test.hex
622
622
$(TINYGO) build -size short -o test.hex -target=itsybitsy-nrf52840 examples/blinky1
623
623
@$(MD5SUM) test.hex
624
- $(TINYGO) build -size short -o test.hex -target=qtpy examples/serial
624
+ $(TINYGO) build -size short -o test.hex -target=qtpy examples/machinetest
625
625
@$(MD5SUM) test.hex
626
626
$(TINYGO) build -size short -o test.hex -target=teensy41 examples/blinky1
627
627
@$(MD5SUM) test.hex
@@ -693,7 +693,7 @@ endif
693
693
@$(MD5SUM) test.hex
694
694
$(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/usb-midi
695
695
@$(MD5SUM) test.hex
696
- $(TINYGO) build -size short -o test.hex -target=nrf52840-s140v6-uf2-generic examples/serial
696
+ $(TINYGO) build -size short -o test.hex -target=nrf52840-s140v6-uf2-generic examples/machinetest
697
697
@$(MD5SUM) test.hex
698
698
ifneq ($(STM32 ) , 0)
699
699
$(TINYGO) build -size short -o test.hex -target=bluepill examples/blinky1
@@ -735,7 +735,7 @@ ifneq ($(STM32), 0)
735
735
endif
736
736
$(TINYGO) build -size short -o test.hex -target=atmega328pb examples/blinkm
737
737
@$(MD5SUM) test.hex
738
- $(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
738
+ $(TINYGO) build -size short -o test.hex -target=atmega1284p examples/machinetest
739
739
@$(MD5SUM) test.hex
740
740
$(TINYGO) build -size short -o test.hex -target=arduino examples/blinky1
741
741
@$(MD5SUM) test.hex
@@ -762,22 +762,22 @@ ifneq ($(XTENSA), 0)
762
762
@$(MD5SUM) test.bin
763
763
$(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1
764
764
@$(MD5SUM) test.bin
765
- $(TINYGO) build -size short -o test.bin -target m5stack-core2 examples/serial
765
+ $(TINYGO) build -size short -o test.bin -target m5stack-core2 examples/machinetest
766
766
@$(MD5SUM) test.bin
767
- $(TINYGO) build -size short -o test.bin -target m5stack examples/serial
767
+ $(TINYGO) build -size short -o test.bin -target m5stack examples/machinetest
768
768
@$(MD5SUM) test.bin
769
- $(TINYGO) build -size short -o test.bin -target m5stick-c examples/serial
769
+ $(TINYGO) build -size short -o test.bin -target m5stick-c examples/machinetest
770
770
@$(MD5SUM) test.bin
771
- $(TINYGO) build -size short -o test.bin -target m5paper examples/serial
771
+ $(TINYGO) build -size short -o test.bin -target m5paper examples/machinetest
772
772
@$(MD5SUM) test.bin
773
- $(TINYGO) build -size short -o test.bin -target mch2022 examples/serial
773
+ $(TINYGO) build -size short -o test.bin -target mch2022 examples/machinetest
774
774
@$(MD5SUM) test.bin
775
775
endif
776
- $(TINYGO) build -size short -o test.bin -target=qtpy-esp32c3 examples/serial
776
+ $(TINYGO) build -size short -o test.bin -target=qtpy-esp32c3 examples/machinetest
777
777
@$(MD5SUM) test.bin
778
- $(TINYGO) build -size short -o test.bin -target=m5stamp-c3 examples/serial
778
+ $(TINYGO) build -size short -o test.bin -target=m5stamp-c3 examples/machinetest
779
779
@$(MD5SUM) test.bin
780
- $(TINYGO) build -size short -o test.bin -target=xiao-esp32c3 examples/serial
780
+ $(TINYGO) build -size short -o test.bin -target=xiao-esp32c3 examples/machinetest
781
781
@$(MD5SUM) test.bin
782
782
$(TINYGO) build -size short -o test.hex -target=hifive1b examples/blinky1
783
783
@$(MD5SUM) test.hex
0 commit comments