aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2016-07-02 08:08:32 +0530
committerSudar Muthu <sudar@sudarmuthu.com>2016-07-02 08:08:32 +0530
commit77431bf2504eaf8cb36ac671ee40ca06c07484fd (patch)
tree7bff9d30336b623c727ab3765e308ba19b2c4517 /Arduino.mk
parentc0fea5ccd9d4db662c2a64e8c390d671d138bae7 (diff)
parent77d1d9c4ea86304ef1828a67ca8539041c2984a8 (diff)
Merge branch 'az-z-master'
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 322ca38..b522e64 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -27,18 +27,18 @@
#
# PATHS YOU NEED TO SET UP
#
-# We need to worry about three different sorts of file:
+# We need to worry about three different sorts of files:
#
# 1. The directory where the *.mk files are stored
# => ARDMK_DIR
#
# 2. Things which are always in the Arduino distribution e.g.
-# boards.txt, libraries, &c.
+# boards.txt, libraries, etc.
# => ARDUINO_DIR
#
# 3. Things which might be bundled with the Arduino distribution, but
# might come from the system. Most of the toolchain is like this:
-# on Linux it's supplied by the system.
+# on Linux it is supplied by the system.
# => AVR_TOOLS_DIR
#
# Having set these three variables, we can work out the rest assuming
@@ -91,8 +91,8 @@
#
# DEPENDENCIES
#
-# The Perl programs need a couple of libraries:
-# Device::SerialPort
+# to reset a board the (python) pySerial program is used.
+# please install it prior to continue.
#
########################################################################
#