aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkOpenCR/Makefile
diff options
context:
space:
mode:
authorDukejung <dowhancool@gmail.com>2019-02-11 16:54:35 +0900
committerDukejung <dowhancool@gmail.com>2019-02-11 16:54:35 +0900
commit17a69524ee6f155a6f14db927ae1521495fe89cb (patch)
treef12e5c74298ec6dc742d6c2cd189c778c8d7bb95 /examples/BlinkOpenCR/Makefile
parent4452f7790ac5f5302eb11393fb9f2af47f0f5831 (diff)
Add OpenCR.mk for OpenCR 1.0 board and add example code(example/BlinkOpenCR)
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