aboutsummaryrefslogtreecommitdiff
path: root/examples/TinySoftWareSerial
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-23 13:08:06 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-23 13:08:06 +0530
commit7e66672a6c8d1e60c492bfaf992288d2c9b6a692 (patch)
treed1e4b47da4e0b2cfb479bd89ac1001a01d8af106 /examples/TinySoftWareSerial
parent2b75a0ddb48b8aef12d2c67089f7189cb00ceab3 (diff)
Auto detect alternate core path from sketchbook folder
Fix #86
Diffstat (limited to 'examples/TinySoftWareSerial')
-rw-r--r--examples/TinySoftWareSerial/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/TinySoftWareSerial/Makefile b/examples/TinySoftWareSerial/Makefile
index b68f08d..0f9c6e2 100644
--- a/examples/TinySoftWareSerial/Makefile
+++ b/examples/TinySoftWareSerial/Makefile
@@ -1,8 +1,11 @@
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
+# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone.
+ALTERNATE_CORE = attiny
+# If not, you might have to include the full path.
+#ALTERNATE_CORE_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/
+
BOARD_TAG = attiny85-8
-ARDUINO_VAR_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/variants
-BOARDS_TXT = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/boards.txt
ISP_PORT = /dev/ttyACM*
ARDUINO_LIBS = SoftwareSerial