Commits on Mar 9, 2016

  1. starting version 1.6.9

    facchinm committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    9a8dd2a View commit details
    Browse the repository at this point in the history
  2. Fix Wire register

    Move TWBR register from Wire.cpp to twi.c file.
    PaoloP74 authored and sandeepmistry committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    26e25a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Increase wait for upload port timeout to 5s on all platforms

    OS X 10.11 seems to be slower, increasing timeout to 5s on all
    platforms to keep things simple.
    sandeepmistry committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    de41265 View commit details
    Browse the repository at this point in the history
  2. Add OS X specific delay after waiting for upload port, to prevent "Re…

    …source busy" errors on open
    sandeepmistry committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    7a535d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cb1399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfc3a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98699df View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    05dccd2 View commit details
    Browse the repository at this point in the history
  2. Update ReadASCIIString.ino

    Fix typo.
    PaoloP74 committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    eab75d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4690 from PaoloP74/patch-1

    Fix typo in ReadASCIIString.ino
    agdl committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    afaea11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dba7f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. allows use of "myboard.build.vid" in boards.txt

    allows people to create board that depends on sam core to use their own Vendor ID instead of Arduino's
    Phil Manofsky committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    f5282f2 View commit details
    Browse the repository at this point in the history
  2. 3rd party can use own Product/manufacturer string

    now "myboard.build.usb_product" and "myboard.build.usb_manufacturer" from a 3rd party board in "boards.txt" are used in source code. if they aren't defined in "boards.txt", default values are used.
    Phil Manofsky committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    4be3e49 View commit details
    Browse the repository at this point in the history
  3. allows use of "myboard.build.pid" in boards.txt

    3rd party boards that use sam core can have their own USB product ID that is defined in "boards.txt"
    Phil Manofsky committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    18250ae View commit details
    Browse the repository at this point in the history
  4. Update boards.txt

    added "build.usb_manufacturer" entry that overrides default macro in USBCore.cpp source file. this isn't really necessary since the source macro is the same as in "boards.txt", but it gives 3rd party board vendors direction in how to have their SAM3X board use their own manufacturer string during USB enumeration.
    Phil Manofsky committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    1983f7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4693 from philmanofsky/master

    allow 3rd party boards that depend on sam core to use their own USB vid/pid and manufacturer/product strings
    sandeepmistry committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    6aeb80b View commit details
    Browse the repository at this point in the history
  6. Update revision log

    sandeepmistry committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    8385aed View commit details
    Browse the repository at this point in the history
  7. Clean up comments in platform.txt

    - Remove comment in Arduino AVR Boards platform.txt about -w flag. This
    is no longer relevant since the compiler warning level is now set by the
    user.
    - Fix typos
    per1234 committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    bd39621 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Merge branch 'contributed-index-parsing-exception' of git://github.co…

    …m/sandeepmistry/Arduino
    cmaglie committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    65309f5 View commit details
    Browse the repository at this point in the history
  2. Update revision log

    cmaglie committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    5fdb149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6bb84 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Configuration menu
    Copy the full SHA
    c2499b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. AVR recipe.ar.pattern backwards compatibility

    Define archive_file_path in Arduino AVR Boards platform.txt to provide
    backwards compatibility with IDE versions previous to 1.6.6. The
    archive_file_path value set in platform.txt is overridden in IDE 1.6.6+.
    This produces avr-ar commands identical to the previous behavior.
    per1234 committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    efbc364 View commit details
    Browse the repository at this point in the history
  2. Changed color of version text in About box

    Ivan Esparza committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    bbf909f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    68ab3ea View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Configuration menu
    Copy the full SHA
    219e540 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Merge pull request #4669 from sandeepmistry/software-serial-peek-cast

    Add missing cast to SoftwareSerial::peek() when returning buffered value
    agdl committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    a7ca976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7eaaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa8a6e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    a329731 View commit details
    Browse the repository at this point in the history
  2. Enable links to directly open Lib/Board manager

    If a sketch contains a link to http://librarymanager/${dropdown}#${filter} or http://boardmanager/${dropdown}#${filter} (for example http://librarymanager/All#OneWire) Library or Board manager will be opened applying the secified filters
    facchinm committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    b99ab40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4515 from sandeepmistry/wait-for-upload-port-time…

    …out-bump
    
    Increase wait for upload port timeout to 5s on all platforms
    facchinm committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    629509f View commit details
    Browse the repository at this point in the history
  4. Avoid multiple concurrent compile/upload operations

    Disable Compile/Run buttons as they get press, and reenable only on function exit.
    The launched upload process has now a 2minutes timeout before being terminated forcefully.
    10 second after pressing "Upload" the button comes pressable again, but this time the previous upload command gets killed explicitely
    facchinm committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    6d5597b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c11ceb7 View commit details
    Browse the repository at this point in the history
  6. Rework Serial ports handling and add Board info menu

    This commit introduces the concept of stateful board list (vs. original stateless) and board serial number.
    
    The board is now an "entity" composed by the triplet port/vid/pid. These informations come from libListSerial "light" function. When the board list changes, it triggers a request for the additional infos to libListSerial. These information contains the serial number of the boards.
    
    These brings a lighter and faster scanning process. Some logic has been introduced to handle a board with the S/N only exposed in the bootloader (like 32u4).
    In this case the disappearing port acquires the bootloader's S/N
    
    A menu (under Ports menu) shows the currently connected port info and can be used for bugreporting
    facchinm committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    243fc68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e23bbf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    821c665 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52ef553 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad74288 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea405ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5d88f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34b0813 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42ff604 View commit details
    Browse the repository at this point in the history
  15. Remove stray debug print

    facchinm committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    84fdb0c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    8d7ee63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c45335 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4716 from asukiaaa/master

    Corrected comments of rx and tx in a SoftwareSerial example.
    sandeepmistry committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    ed9240d View commit details
    Browse the repository at this point in the history
  4. Fixes issue 4440

    Ivan Esparza authored and cmaglie committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    9c58382 View commit details
    Browse the repository at this point in the history
  5. update revision log

    cmaglie committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    b0f33e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4737 from per1234/recipe_ar_pattern-backwards-com…

    …patibility
    
    AVR recipe.ar.pattern backwards compatibility
    sandeepmistry committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    6241459 View commit details
    Browse the repository at this point in the history