aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkOpenCR/Makefile
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2019-04-20 14:37:12 +0530
committerGitHub <noreply@github.com>2019-04-20 14:37:12 +0530
commit8c85ca7001580a04438490332c7b4e0418856d94 (patch)
treed30867a3b4c2e9924c87f1f7bf1fab84e62b2925 /examples/BlinkOpenCR/Makefile
parent4e465c693cb6771e3501b98f8d4802499ae26acb (diff)
parent12c62dd200d648e7740e9a1797935eb07ad75936 (diff)
Merge pull request #598 from Dukejung/master
Add OpenCR.mk for OpenCR 1.0 board example sketch
Diffstat (limited to 'examples/BlinkOpenCR/Makefile')
-rw-r--r--examples/BlinkOpenCR/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/BlinkOpenCR/Makefile b/examples/BlinkOpenCR/Makefile
new file mode 100644
index 0000000..d4422f4
--- /dev/null
+++ b/examples/BlinkOpenCR/Makefile
@@ -0,0 +1,8 @@
+BOARD_TAG = OpenCR
+
+
+ARDUINO_LIBS =
+
+#MONITOR_PORT = /dev/ttyACM0
+
+include ../../OpenCR.mk