1. 18 Aug, 2017 1 commit
  2. 25 Jul, 2017 1 commit
    • Varun Mehta's avatar
      Fixed Serial Port Argument That May Include Spaces · 4866d9be
      Varun Mehta authored
      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
      4866d9be
  3. 18 Jul, 2017 1 commit
  4. 06 Jul, 2017 1 commit
  5. 31 May, 2017 1 commit
  6. 23 May, 2017 2 commits
  7. 16 May, 2017 1 commit
  8. 20 Mar, 2017 2 commits
  9. 16 Mar, 2017 3 commits
  10. 14 Mar, 2017 1 commit
  11. 08 Mar, 2017 1 commit
  12. 07 Mar, 2017 2 commits
  13. 08 Feb, 2017 4 commits
  14. 09 Jan, 2017 2 commits
  15. 08 Jan, 2017 1 commit
  16. 07 Jan, 2017 1 commit
    • Patrick Roncagliolo's avatar
      Change double quotes to single quotes · 5cd4e8c3
      Patrick Roncagliolo authored
      - "." is a string literal, and so is treated as the char '.' plus the null char '\0'.
      - Single quotes reduces the necessary memory for this literal to only one char instead.
        A string literal as the one actually present may require the use of the
        method "write(const char *str)", so there could be also a performance overhead.
      - Another reason to change quotes style is for consistency with line 235.
      Signed-off-by: default avatarPatrick Roncagliolo <ronca.pat@gmail.com>
      5cd4e8c3
  17. 28 Dec, 2016 1 commit
  18. 21 Dec, 2016 2 commits
  19. 19 Dec, 2016 2 commits
  20. 16 Dec, 2016 7 commits
  21. 15 Dec, 2016 1 commit
  22. 14 Dec, 2016 1 commit
  23. 23 Nov, 2016 1 commit