aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBCG <[email protected]>2024-02-12 04:37:19 -0500
committerGitHub <[email protected]>2024-02-12 10:37:19 +0100
commit828b9614c2f956c62f02311cc1a196a4bf1d4514 (patch)
tree6c584165e8c1d8db036a40abcc82b92fa28c3d12 /GNUmakefile
parentf5e933cd4d418b0dffdbc4e795a417026ced778a (diff)
downloadtinygo-828b9614c2f956c62f02311cc1a196a4bf1d4514.tar.gz
tinygo-828b9614c2f956c62f02311cc1a196a4bf1d4514.zip
nrf52840: generic board support (#4121)
machine/nrf52840: generic board support
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bf23397df..431090d13 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -684,6 +684,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/usb-midi
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=nrf52840-s140v6-uf2-generic examples/serial
+ @$(MD5SUM) test.hex
ifneq ($(STM32), 0)
$(TINYGO) build -size short -o test.hex -target=bluepill examples/blinky1
@$(MD5SUM) test.hex