summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2014-11-30 14:44:50 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2014-11-30 14:44:50 +0100
commit8c26f252fef5bc204297e2319c0fb3353bec3199 (patch)
tree9655103e461ef805aff33e49ca1ca422c172f4b5 /Makefile
downloadfiken_status_panel-8c26f252fef5bc204297e2319c0fb3353bec3199.tar.gz
fiken_status_panel-8c26f252fef5bc204297e2319c0fb3353bec3199.tar.bz2
fiken_status_panel-8c26f252fef5bc204297e2319c0fb3353bec3199.tar.xz
fiken_status_panel-8c26f252fef5bc204297e2319c0fb3353bec3199.zip
o Initial import.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..03e0b0f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+BOARD_TAG = leonardo
+#BOARD_TAG = blendmicro16
+#DEVICE_PORT = /dev/ttyACM0
+MONITOR_BAUDRATE = 115200
+MONITOR_PORT ?= /dev/ttyACM0
+
+ARDUINO_LIBS = BLE SPI
+
+ARDMK_DIR ?= /usr/share/arduino
+include $(ARDMK_DIR)/Arduino.mk
+
+#/usr/share/arduino/hardware/tools/avr/bin/avr-g++ -x c++ -include Arduino.h -MMD -c -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=105 -D__PROG_TYPES_COMPAT__ -I. -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/leonardo -I/usr/share/arduino/libraries/SPI -I/home/trygvis/sketchbook/libraries/BLE -Wall -ffunction-sections -fdata-sections -Os -DUSB_VID=0x2341 -DUSB_PID=0x8036 -fno-exceptions bitraf_door.ino -o build-leonardo/bitraf_door.o
+
+#/home/trygvis/opt/arduino-1.0.5/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega32u4 -DF_CPU=8000000L -MMD -DUSB_VID=0x03EB -DUSB_PID=0x2404 -DARDUINO=105 -I/home/trygvis/opt/arduino-1.0.5/hardware/arduino/cores/arduino -I/home/trygvis/sketchbook/hardware/blend/variants/BlendMicro-8MHz -I/home/trygvis/opt/arduino-1.0.5/libraries/SPI -I/home/trygvis/sketchbook/libraries/BLE /tmp/build8653612679895592527.tmp/bitraf_door.cpp -o /tmp/build8653612679895592527.tmp/bitraf_door.cpp.o