aboutsummaryrefslogtreecommitdiff
path: root/puzzle/dummy/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-05 12:51:24 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-05 12:51:24 +0200
commita8b794c02574e96150d55852fa5db1ce7529503d (patch)
treecac16715745c58aa18b3c8fac8f058517ef234a9 /puzzle/dummy/makefile
parenta96ffb4d0fd8576d753bb975b674b2aeef617d5f (diff)
add arduino cmake toolchain + improve lazy.mk
Diffstat (limited to 'puzzle/dummy/makefile')
-rw-r--r--puzzle/dummy/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/puzzle/dummy/makefile b/puzzle/dummy/makefile
new file mode 100644
index 0000000..a971dfb
--- /dev/null
+++ b/puzzle/dummy/makefile
@@ -0,0 +1,7 @@
+TARGET = $(BUILD_DIR)/main.elf
+
+include ../../lazy.mk
+
+export SERIAL_PORT = /dev/ttyACM0
+flash: upload-main;
+