Skip to content

Commit 01f5c51

Browse files
committed
machine/feather-nrf52840: add smoketest for Adafruit Feather nrf52840 board
Signed-off-by: deadprogram <[email protected]>
1 parent ad6adfd commit 01f5c51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ smoketest:
313313
@$(MD5SUM) test.hex
314314
$(TINYGO) build -size short -o test.hex -target=pyportal examples/dac
315315
@$(MD5SUM) test.hex
316+
$(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/blinky1
317+
@$(MD5SUM) test.hex
316318
ifneq ($(AVR), 0)
317319
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
318320
@$(MD5SUM) test.hex

0 commit comments

Comments
 (0)