Arduino/hardware/arduino/avr
Varun Mehta 0fc235da76 Fixed Serial Port Argument That May Include Spaces
Other paths in avrdude.upload.pattern are wrapped in double quotes, and
this -P{serial.port} causes issues with some platforms. This allows
serial port devices which include spaces and other characters. Without
this fix a /dev/tty* or /dev/cu* device that includes a space in its
name gets truncated when passed to avrdude. Error messages returned
from avrdude are cryptic, and workarounds (symlinks) are prone to
failure.

Fixes #3693
2017-07-25 14:13:13 +02:00
..
bootloaders Adding Arduino.org new boards 2016-12-16 10:59:00 +01:00
cores/arduino Update comments to reflect Stream functions changed from private to protected 2017-07-07 01:28:27 +02:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries Update SoftwareSerialExample.ino 2016-08-14 19:14:53 -04:00
variants Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
boards.txt Use correct part names in Tools > Processor menus 2017-07-18 12:22:43 +02:00
platform.txt Fixed Serial Port Argument That May Include Spaces 2017-07-25 14:13:13 +02:00
programmers.txt Merge branch 'master' into stk500-jtagice3 2017-02-08 12:56:49 +01:00