From 01f5c51b77edad1063ca4a2810482213727be1bc Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 14 Jul 2020 00:13:10 +0200 Subject: [PATCH] machine/feather-nrf52840: add smoketest for Adafruit Feather nrf52840 board Signed-off-by: deadprogram --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b59b9ce6..e428030e 100644 --- a/Makefile +++ b/Makefile @@ -313,6 +313,8 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=pyportal examples/dac @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/blinky1 + @$(MD5SUM) test.hex ifneq ($(AVR), 0) $(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial @$(MD5SUM) test.hex