2013-06-09 13:50:05 +02:00
|
|
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
|
2014-09-10 05:09:35 +02:00
|
|
|
# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone.
|
2013-06-23 09:38:06 +02:00
|
|
|
ALTERNATE_CORE = attiny
|
|
|
|
# If not, you might have to include the full path.
|
|
|
|
#ALTERNATE_CORE_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/
|
|
|
|
|
2013-06-09 13:50:05 +02:00
|
|
|
BOARD_TAG = attiny85-8
|
|
|
|
ISP_PORT = /dev/ttyACM*
|
|
|
|
|
2014-01-14 10:06:24 +01:00
|
|
|
include $(ARDMK_DIR)/Arduino.mk
|
2013-06-09 13:50:05 +02:00
|
|
|
|
|
|
|
# !!! Important. You have to use make ispload to upload when using ISP programmer
|