aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-02-04 17:54:46 +0530
committerSudar <sudar@sudarmuthu.com>2014-02-04 18:26:43 +0530
commite8634fb6421ab58e799d47776af461ebf3ca25e5 (patch)
treeaa0cc12c03fc806fa0ad1da5c646b80ee022c9de /Arduino.mk
parent9a49615e078d1ccab0398b5c439fad5107cfad88 (diff)
Document all the variables that can be overridden in child makefile
Huge thanks to @sej7278 for doing this Fix #75
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Arduino.mk b/Arduino.mk
index 625527b..e5ec56b 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -4,7 +4,7 @@
# System part (i.e. project independent)
#
# Copyright (C) 2012 Sudar <http://sudarmuthu.com>, based on
-# - M J Oldfield work: https://github.com/mjoldfield/Arduino-Makefile
+# M J Oldfield work: https://github.com/mjoldfield/Arduino-Makefile
#
# Copyright (C) 2010,2011,2012 Martin Oldfield <m@mjo.tc>, based on
# work that is copyright Nicholas Zambetti, David A. Mellis & Hernando
@@ -53,7 +53,7 @@
# On Linux, you might prefer:
#
# ARDUINO_DIR = /usr/share/arduino
-# ARDMK_DIR = /usr
+# ARDMK_DIR = /usr/share/arduino
# AVR_TOOLS_DIR = /usr
#
# You can either set these up in the Makefile, or put them in your
@@ -185,9 +185,9 @@
# ALTERNATE_CORE, assuming your core is in your ~/sketchbook/hardware
# directory. For example:
#
-# ISP_PORT = /dev/ttyACM0
-# BOARD_TAG = attiny85
-# ALTERNATE_CORE = attiny-master
+# ISP_PORT = /dev/ttyACM0
+# BOARD_TAG = attiny85
+# ALTERNATE_CORE = attiny-master
#
# To use the more complex arduino-tiny and TinyCore2 cores, you must
# also set ARDUINO_CORE_PATH and ARDUINO_VAR_PATH to the core