From 446fe1f5b3ccb159401b27149b4358da00d975e2 Mon Sep 17 00:00:00 2001 From: sago35 Date: Mon, 27 Jun 2022 20:04:23 +0900 Subject: [PATCH] makefile: add badger2040, thingplus-rp2040 to smoketest --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9f56bf5b..cc1428a9 100644 --- a/Makefile +++ b/Makefile @@ -557,6 +557,10 @@ endif @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=macropad-rp2040 examples/blinky1 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1 + @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1 + @$(MD5SUM) test.hex # test pwm $(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm @$(MD5SUM) test.hex