Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Arduino 1.0.5 (and for OSX avr-gcc 4.8.1) #1

Open
wants to merge 268 commits into
base: ardupilot-ide
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 23, 2012

  1. Small change to EsploraLightCalibrator example

    Chnaged LOW to HIGH
    shfitz committed Dec 23, 2012
    Configuration menu
    Copy the full SHA
    7e5ca62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7289ac6 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2012

  1. Revert "Small change to EsploraLightCalibrator example"

    This reverts commit 7e5ca62.
    tigoe committed Dec 24, 2012
    Configuration menu
    Copy the full SHA
    957d7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a644df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbd488e View commit details
    Browse the repository at this point in the history
  4. Added comments for EsploraPong

    tigoe committed Dec 24, 2012
    Configuration menu
    Copy the full SHA
    fb87c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7d78ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8e5997 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2012

  1. Permissions/IO errors can cause nullpointerexception

    Fixes arduino#1160
    
    Merge remote-tracking branch 'arduino/master-issue1160'
    cmaglie committed Dec 27, 2012
    Configuration menu
    Copy the full SHA
    bd4f20e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2012

  1. Fix Debounce example to work as described

    This alters the debounce example code to toggle the LED rather than just use
    the button state to set the LED state.
    
    Fixes arduino#293
    miek committed Dec 28, 2012
    Configuration menu
    Copy the full SHA
    b7da415 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2013

  1. Updated revisions log

    cmaglie committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    1690324 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2013

  1. gitignore

    Federico Fissore committed Jan 7, 2013
    Configuration menu
    Copy the full SHA
    9f4e1fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request arduino#1204 from ffissore/master

    gitignore was missing from master
    ffissore committed Jan 7, 2013
    Configuration menu
    Copy the full SHA
    f227dad View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2013

  1. Configuration menu
    Copy the full SHA
    fbdd775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e48db View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2013

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

Commits on Jan 18, 2013

  1. Merge pull request arduino#1233 from mgrdcm/fix_KAMC_example

    Removing duplicate comment from top of KeyboardAndMouseControl example code.
    cmaglie committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    bb40ee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2013

  1. Configuration menu
    Copy the full SHA
    0b98fd2 View commit details
    Browse the repository at this point in the history
  2. Updated revision log

    cmaglie committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    cdce800 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

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

Commits on Feb 8, 2013

  1. Configuration menu
    Copy the full SHA
    a0c96be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863b47a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. Update build/shared/examples/05.Control/Arrays/Arrays.ino

    removed redundant thisPin declaration in setup
    mdxtinkernick committed Feb 11, 2013
    Configuration menu
    Copy the full SHA
    a6022df View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. Merge pull request arduino#1277 from mdxtinkernick/patch-1

    Update build/shared/examples/05.Control/Arrays/Arrays.ino
    cmaglie committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    32fbb31 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. Use analogPinToChannel() macro if present for ATtiny25/45/85.

    This allows use of A0, A1, A2, A3 constants and for them to be mapped to the appropriate analog input channel. It should only be used if the macro is actually defined.
    damellis committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    ebc3501 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2013

  1. Configuration menu
    Copy the full SHA
    1066766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa7d94 View commit details
    Browse the repository at this point in the history
  3. Fixed permissions

    cmaglie committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    f8ad1bc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2013

  1. Configuration menu
    Copy the full SHA
    8862a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271d74d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901c908 View commit details
    Browse the repository at this point in the history
  4. Revert "Added function on WString class to export char ptr"

    This reverts commit a0c96be.
    cmaglie committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    deb309b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15727e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b699bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Configuration menu
    Copy the full SHA
    4669486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f2b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea0903 View commit details
    Browse the repository at this point in the history
  4. Set version to 1.0.4

    cmaglie committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    4139c59 View commit details
    Browse the repository at this point in the history
  5. Renamed GSM folder

    cmaglie committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    f7b2e72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    353f828 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e3d7f7 View commit details
    Browse the repository at this point in the history
  8. Update revision log

    cmaglie committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    f45b986 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2013

  1. Configuration menu
    Copy the full SHA
    85e0353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c35d71 View commit details
    Browse the repository at this point in the history
  3. Add info instead of printk

    mlafauci committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    a00fedd View commit details
    Browse the repository at this point in the history
  4. Commit Binary

    mlafauci committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    6a83038 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2013

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

Commits on Mar 18, 2013

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

Commits on Mar 20, 2013

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

Commits on Mar 21, 2013

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

Commits on Mar 22, 2013

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

Commits on Mar 23, 2013

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

Commits on Mar 25, 2013

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

Commits on Mar 26, 2013

  1. Fix issue on client side

    mlafauci committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    7fa3820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1231fb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c1fb4c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. added name definition for regular Arduino Mega 2560 (not rev3) to ard…

    …uino.inf. signed new arduino.cat. Issue 1314. Thanks, codepam.
    zeveland committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    ca6f644 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Configuration menu
    Copy the full SHA
    83dbd39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a3240e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b92937b View commit details
    Browse the repository at this point in the history
  4. Updated revision log

    cmaglie committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    d764680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e7dfb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2013

  1. Configuration menu
    Copy the full SHA
    d88236a View commit details
    Browse the repository at this point in the history
  2. Fixed Wifi example

    cmaglie committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    0e7a434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f88c984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b59784d View commit details
    Browse the repository at this point in the history
  5. Added Wifi NTP client example

    cmaglie committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    f423237 View commit details
    Browse the repository at this point in the history
  6. Upped version to 1.0.5

    cmaglie committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    c3b581b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2013

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

Commits on Apr 5, 2013

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

Commits on Apr 7, 2013

  1. Add library from ZIP

    Conflicts:
    	app/src/processing/app/Base.java
    cmaglie committed Apr 7, 2013
    Configuration menu
    Copy the full SHA
    eda3bd8 View commit details
    Browse the repository at this point in the history
  2. "Add library" moved into "Import library" menu

    Conflicts:
    	app/src/processing/app/Base.java
    	app/src/processing/app/Editor.java
    cmaglie committed Apr 7, 2013
    Configuration menu
    Copy the full SHA
    1866050 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2013

  1. Fixed translation

    cmaglie committed Apr 8, 2013
    Configuration menu
    Copy the full SHA
    9f4b628 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2013

  1. Configuration menu
    Copy the full SHA
    34334fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc9ad2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2013

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

Commits on Apr 12, 2013

  1. added driver install utility (dpinst 32- and 64-bit) and Arduino icon…

    … needed for Windows installer
    zeveland committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    c46e178 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. Merge pull request arduino#1192 from miek/debounce-fix

    Fix Debounce example to work as described
    Fede85 committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    97e0f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c87ddd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce35542 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. Configuration menu
    Copy the full SHA
    fab4632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a138309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    938351b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72ec507 View commit details
    Browse the repository at this point in the history
  5. Check if ATmega32u4 is defined

    Needed in order to work with Arduino Leonardo
    Lauszus committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    59c5b94 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

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

Commits on Apr 24, 2013

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

Commits on Apr 25, 2013

  1. Fix for arduino#814, Memory Leak

    File isn't closed before being released, it leaks. This test has been verified and tested many times.
    bjelojac committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    2aee42a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. changed the pin where to connect the button from 2 to 4 to be complia…

    …nt with the comment in the header and the tutorial.
    
    Fixes arduino#1396
    Fede85 committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    0db906f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Configuration menu
    Copy the full SHA
    2c5a86e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c086d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbd584e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. Merge pull request arduino#1347 from Lauszus/Sanguino

    Added support for all variants of Sanguino
    cmaglie committed May 3, 2013
    Configuration menu
    Copy the full SHA
    4c4878b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ade2d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

  1. Stream "_timeout" field and related methods are now protected instead…

    … of private.
    
    This allows better optimization on classes that extends Stream without losing
    timeout capabilities.
    cmaglie committed May 6, 2013
    Configuration menu
    Copy the full SHA
    99f2a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e4d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444ede0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2013

  1. Configuration menu
    Copy the full SHA
    595d7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8df5e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2013

  1. Revert ""Add library" moved into "Import library" menu"

    This reverts commit 1866050.
    cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    d66e094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a8a01 View commit details
    Browse the repository at this point in the history
  3. import library also import folder (already expanded libraries)

    Conflicts:
    	app/src/processing/app/helpers/FileUtils.java
    	app/test/processing/app/tools/ZipDeflaterTest.java
    ffissore authored and cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    8eab205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cdf75d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29856ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d5c76a View commit details
    Browse the repository at this point in the history
  7. better error message when library names clash

    filter out non .ZIP files
    ffissore authored and cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    8266ac5 View commit details
    Browse the repository at this point in the history
  8. Disabled 'fat' (multiplatform) library check.

    Conflicts:
    	app/src/processing/app/Base.java
    cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    fa95662 View commit details
    Browse the repository at this point in the history
  9. removed check on .h file existence

    ffissore authored and cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    5444455 View commit details
    Browse the repository at this point in the history
  10. Backported OnlyDirs.class

    cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    13d8214 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62846f1 View commit details
    Browse the repository at this point in the history
  12. Updated revision log

    cmaglie committed May 11, 2013
    Configuration menu
    Copy the full SHA
    296bdac View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Added robot hardware

    cmaglie committed May 13, 2013
    Configuration menu
    Copy the full SHA
    54552c0 View commit details
    Browse the repository at this point in the history
  2. Added support to INT6 on Leonardo.

    Fede85 committed May 13, 2013
    Configuration menu
    Copy the full SHA
    2387046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd24067 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. Updated drivers for robot

    cmaglie committed May 14, 2013
    Configuration menu
    Copy the full SHA
    7e3aef9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. Added Arduino Robot libraries

    cmaglie committed May 15, 2013
    Configuration menu
    Copy the full SHA
    bd11079 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'robot'

    cmaglie committed May 15, 2013
    Configuration menu
    Copy the full SHA
    ffdb0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4584e View commit details
    Browse the repository at this point in the history
  4. Updated revision log

    cmaglie committed May 15, 2013
    Configuration menu
    Copy the full SHA
    53fdcb5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2013

  1. Robot has its own core

    cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    eab4a7e View commit details
    Browse the repository at this point in the history
  2. fixed order in how the commands were executed

    dcuartielles authored and cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    e5baff7 View commit details
    Browse the repository at this point in the history
  3. fixed glitch with the screen when starting the process

    dcuartielles authored and cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    b91e630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b7753f View commit details
    Browse the repository at this point in the history
  5. added the TFT display library

    Fede85 committed May 17, 2013
    Configuration menu
    Copy the full SHA
    ee6a833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82511de View commit details
    Browse the repository at this point in the history
  7. added a better configurarion string for the line following example

    dcuartielles authored and cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    aa800e8 View commit details
    Browse the repository at this point in the history
  8. Added notification about the need of the IR-Remote library

    dcuartielles authored and cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    b2c17f9 View commit details
    Browse the repository at this point in the history
  9. added a better configurarion string for the line following example

    dcuartielles authored and cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    f28faa3 View commit details
    Browse the repository at this point in the history
  10. Fixed upload for robot boards

    cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    4c73b8c View commit details
    Browse the repository at this point in the history
  11. Fixed upload for robot boards

    cmaglie committed May 17, 2013
    Configuration menu
    Copy the full SHA
    22997bb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2013

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

Commits on May 22, 2013

  1. Reintroduced copy error button.

    Revert "Reverted 'copy error' button for 1.0.5, waiting for a better UI design"
    
    This reverts commit cf4584e.
    cmaglie committed May 22, 2013
    Configuration menu
    Copy the full SHA
    ec7996e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2013

  1. Fixes arduino#1432

    Fede85 committed May 23, 2013
    Configuration menu
    Copy the full SHA
    5481bac View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

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

Commits on Jun 5, 2013

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

Commits on Jun 6, 2013

  1. add String.toFloat

    tevino authored and cmaglie committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    82a2c1d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2013

  1. Minor typo correction

    formely->formerly
    mikalhart committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    fc8103c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2013

  1. Update incorrect docs in tonePitchFollower example

    The comments state that the speaker should be on pin 8, but the code references pin 9. Updated the comments to reflect the correct pin.
    mcoms committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    ad500ae View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2013

  1. Merge pull request arduino#1465 from mcoms/patch-1

    Update incorrect docs in tonePitchFollower example
    cmaglie committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    598ab1d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. Fixed a typo in the WebServer example.

    Justin Paulin authored and Justin Paulin committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    24df3ab View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

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

Commits on Aug 21, 2013

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

Commits on Sep 2, 2013

  1. Merge pull request arduino#1526 from interwho/master

    Fixed a typo in the WebServer example.
    cmaglie committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    0f0d5fe View commit details
    Browse the repository at this point in the history
  2. USB serial baud arg type

    Make USB Serial_::begin() function take an unsigned long argument for
    consistency with HardwareSerial.
    
    Signed-off-by: Paul Brook <[email protected]>
    pbrook committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    1162a45 View commit details
    Browse the repository at this point in the history
  3. USB CDC two argument begin()

    Add two argument form of Serial_::begin
    
    Signed-off-by: Paul Brook <[email protected]>
    pbrook committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    f53fcdd View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. Latest Adafruit_GFX fixes + moved GFX lib to utility folder

    Updated constructor and dependent code, other minor fixes. Robot LCD
    examples all compile, but not yet tested against actual hardware.
    PaintYourDragon committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    a06ccb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2013

  1. Merge pull request arduino#1566 from PaintYourDragon/master

    Latest Adafruit_GFX fixes + moved GFX lib to utility folder
    cmaglie committed Sep 6, 2013
    Configuration menu
    Copy the full SHA
    5615e20 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

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

Commits on Oct 6, 2013

  1. Fix indentation (cosmetic)

    supcik committed Oct 6, 2013
    Configuration menu
    Copy the full SHA
    aaafaf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Merge pull request arduino#1608 from supcik/fix_indent

    Fix indentation (cosmetic)
    cmaglie committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    a340140 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arduino#1383 from bjelojac/patch-1

    Fix for arduino#814, Memory Leak
    ffissore committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    6732677 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2013

  1. It was still using jdk FileNameExtensionFilter

    Federico Fissore committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    21ef50b View commit details
    Browse the repository at this point in the history
  2. Added missing class FileNameExtensionFilter

    Federico Fissore committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    72440e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

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

Commits on Oct 23, 2013

  1. Update readme.txt

    cmaglie committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    128678c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Display line numbers for the file being edited

    Cayci committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    787f73d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. add preference to enable/disable line numbers

    add preference to enable/disable line numbers and make font change work
    Cayci committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    a2111fd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Render line numbers using TextAreaPainter

    Fix the line number font rendering problem on the Mac.
    
    Now, the TextAreaLineNumbers class extends the TextAreaPainter and just
    overloads the paintLine method to make it render the line number instead
    of rendering the whole line. Other than that, the superclass' drawing
    code is used.
    
    So: the same drawing code that renders the source code text in the
    editor is now also being used to render the line numbers.
    Cayci committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    66faf5d View commit details
    Browse the repository at this point in the history
  2. Added Arduino Ethernet variant.

    cmaglie committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    5373883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350eb86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b519f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Configuration menu
    Copy the full SHA
    ae265a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cayci-master'

    cmaglie committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    89d6841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb0b11 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. Updates to a number of Examples

    removed pachube examples, added xively examples. changes to the Servo
    examples
    shfitz committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    cb9686d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2013

  1. Configuration menu
    Copy the full SHA
    e7c24c6 View commit details
    Browse the repository at this point in the history
  2. Updated listfiles SD example

    Updated description of the file
    shfitz committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    4869f7f View commit details
    Browse the repository at this point in the history
  3. Updated Blink without delay example

    Changed variable to unsigned long.
    shfitz committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    83ef181 View commit details
    Browse the repository at this point in the history
  4. Modified LCD custom character example

    moved lcd.begin() to the beginnng of the setup() and fixed an issue
    that prevented the example from compiling. When calling lcd.write()
    with an argument of 0, the 0 must be cast a s a byte.
    shfitz committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    b332904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b79ee02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e304180 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

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

Commits on Nov 14, 2013

  1. Merge pull request arduino#1659 from X-Y/master

    Fix robot problems regarding new version of Arduino
    cmaglie committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    3685463 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

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

Commits on Nov 27, 2013

  1. Configuration menu
    Copy the full SHA
    937bce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27604f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2013

  1. Configuration menu
    Copy the full SHA
    b5c500f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889e1f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

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

Commits on Dec 9, 2013

  1. Merge pull request arduino#1700 from ntruchsess/ethernetclient2

    Enhancement: add operator==, localPort, remoteIP and remotePort to EthernetClient
    cmaglie committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    ffb8a55 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2013

  1. Configuration menu
    Copy the full SHA
    7fcba37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3baa0ce View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2014

  1. Configuration menu
    Copy the full SHA
    5c1b5c0 View commit details
    Browse the repository at this point in the history
  2. Merge tag '1.0.5-r2'

    cmaglie committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    144b5e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Updated revisions log

    cmaglie committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    c2498aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c72c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    711fe3d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2014

  1. Compile with -x assembler-with-cpp instead of -assembler-with-cpp.

    - Newer avr-gcc doesn't use -assembler-with-cpp, but
      uses -x assembler-with-cpp. This works with older compilers as well.
    Jimmy Hedman committed Jan 21, 2014
    Configuration menu
    Copy the full SHA
    2fb3770 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Merge pull request arduino#1814 from HeMan/master

    Update for newer avr-gcc. (solves arduino#1807)
    cmaglie committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    a432e26 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. Minor changes to Communication Examples

    Added a note to the included Processing sketches about replacing
    println(Serial.list()) with Serial.printArray() if using Processing 2.1
    or later
    shfitz committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    017326a View commit details
    Browse the repository at this point in the history
  2. Update readme.txt

    KonradIT committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    9b86cb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ede9b56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ea7c52 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2014

  1. Updated Listfiles SD example

    Changed SS pin to 4 for consistency with other examples
    shfitz committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    1c28dab View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Merge pull request arduino#1836 from KonradIT/master

    Use markdown lang in the readme.
    cmaglie committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    b415903 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

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

Commits on Feb 10, 2014

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

Commits on Feb 11, 2014

  1. Merge pull request arduino#1853 from PaulStoffregen/master

    If 2 libs have same .h file, use the lib with same dir name
    cmaglie committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    b78fcf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2014

  1. Fixed issue arduino#1478, arduino#1599, arduino#1709, motors being op…

    …posite, updated turning algorithm
    X-Y committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    53adddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1e2f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd4255 View commit details
    Browse the repository at this point in the history
  4. Added some friendly messages for Arduino Robot include errors on old …

    …sketches
    
    After merging arduino#1859, old sketches that uses Robot_Control library must include
    Wire.h and SPI.h to work properly.
    cmaglie committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    2a8c063 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Configuration menu
    Copy the full SHA
    8eaaeeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6d7cd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2014

  1. Update README.md

    Decapitalised secondary headings and linked the *Credits* section
    felixphew committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    fd2ecf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2014

  1. Merge pull request arduino#1867 from felixphew/patch-2

    Update README.md
    ffissore committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    1d060ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57bee97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a72c02 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2014

  1. Configuration menu
    Copy the full SHA
    f3944b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arduino#1879 from h2g2guy/master

    Corrected repeated 'less' in checkName's message
    cmaglie committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    2757691 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2014

  1. Configuration menu
    Copy the full SHA
    2380a8f View commit details
    Browse the repository at this point in the history
  2. Windows: arduino_debug.exe. Backport of ad2ff73

    Federico Fissore committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    994f0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3be6eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efedfa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

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

Commits on Mar 4, 2014

  1. Merge pull request arduino#1773 from oni303/minus_support

    added support for '-' in filenames
    cmaglie committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    4c8199e View commit details
    Browse the repository at this point in the history
  2. Windows: launch4j gets downloaded at build time

    Federico Fissore committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    5a60f6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request arduino#1899 from arduino/arduino_debug_master_bac…

    …kport
    
    Windows: arduino_debug.exe
    cmaglie committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    16915f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2014

  1. Update to Esplora example

    Added Mouse.press to Esplora Joystick Mouse example
    shfitz committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    9810e89 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

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

Commits on Mar 24, 2014

  1. Update README.md

    also make ToDo a link
    Ramoonus committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    860da6f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2014

  1. Merge pull request arduino#1958 from Ramoonus/patch-1

    Update README.md
    cmaglie committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    962d6d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. Configuration menu
    Copy the full SHA
    5bc28a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a1fffd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Merge pull request arduino#1907 from egueli/master

    Esplora: added reading from Tinkerkit inputs
    Fede85 committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    4a10c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Configuration menu
    Copy the full SHA
    a74597d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7e3ab View commit details
    Browse the repository at this point in the history

Commits on May 1, 2014

  1. fix comments on spaceship example

    The comments explaining the if..else part were mistaken.
    jaimeiniesta committed May 1, 2014
    Configuration menu
    Copy the full SHA
    9403021 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Merge pull request arduino#2042 from jaimeiniesta/patch-1

    fix comments on spaceship example
    cmaglie committed May 3, 2014
    Configuration menu
    Copy the full SHA
    3adbeee View commit details
    Browse the repository at this point in the history
  2. Modified Keyboard Reprogram example

    Updated to reflect changes with how the IDE creates new blank sketches.
    shfitz committed May 3, 2014
    Configuration menu
    Copy the full SHA
    cf5fc14 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. Configuration menu
    Copy the full SHA
    f40e471 View commit details
    Browse the repository at this point in the history
  2. Updated Blink

    removed the variable “led” and added some additional descriptive text
    shfitz committed May 8, 2014
    Configuration menu
    Copy the full SHA
    9ad8748 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Fix idle level when initializing a inverted SoftwareSerial

    Previously, when SoftwareSerial was initialized, it would always be set
    to an idle level of HIGH, even when inverted logic was enabled. Once a
    byte is transmitted, the idle level gets correctly set to LOW instead.
    This commit makes sure that the idle level is correct directly after
    initialization already.
    
    This fixes arduino#1361.
    jenscski committed May 23, 2014
    Configuration menu
    Copy the full SHA
    17e1eb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arduino#2090 from jenscski/master-fix-1361

    Bug in SoftwareSerial when using inverse logic
    cmaglie committed May 23, 2014
    Configuration menu
    Copy the full SHA
    b999ed2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request arduino#2057 from zfields/patch-1

    Match return value to type in available()
    cmaglie committed May 23, 2014
    Configuration menu
    Copy the full SHA
    fb8e439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b5096 View commit details
    Browse the repository at this point in the history
  5. improved USB write speeds

    embmicro authored and cmaglie committed May 23, 2014
    Configuration menu
    Copy the full SHA
    b822091 View commit details
    Browse the repository at this point in the history
  6. Fix race condition in USB CDC transmit

    If the Start of Frame interrupt triggers just after the call
    to USB_SendSpace in USB_Send then we can get data loss.
    When the first bank is full and the second partially full,
    the SOF handler will release the second bank via USB_Flush.
    Data is then lost due to overflow as USB_Send continues writing data
    to the now-closed bank.
    
    Fix this by re-checking the FIFO status inside LockEP, immediately before
    doing the data write.
    
    Signed-off-by: Paul Brook <[email protected]>
    pbrook authored and cmaglie committed May 23, 2014
    Configuration menu
    Copy the full SHA
    13c0db5 View commit details
    Browse the repository at this point in the history
  7. Improve CDC read code

    Read CDC data from USB FIFO on demand instead of in ISR.
    Remove superfluous ring buffer.
    
    Signed-off-by: Paul Brook <[email protected]>
    pbrook authored and cmaglie committed May 23, 2014
    Configuration menu
    Copy the full SHA
    ddbb6b3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Fix of a bug

    Stream::find(char *target) passes NULL as “terminator” to Stream::findUntil(char *target, char *terminator), which immediately dereferences it by passing it on to strlen():
     
    bool Stream::find(char *target)
    {
      return findUntil(target, NULL);
    }
     
    // as find but search ends if the terminator string is found
    bool Stream::findUntil(char *target, char *terminator)
    {
      return findUntil(target, strlen(target), terminator, strlen(terminator));
    }
    amulya349 committed May 30, 2014
    Configuration menu
    Copy the full SHA
    91f0dbc View commit details
    Browse the repository at this point in the history
  2. Fix of a bug

    Stream::find(char *target) passes NULL as “terminator” to Stream::findUntil(char *target, char *terminator), which immediately dereferences it by passing it on to strlen() :
     
    bool Stream::find(char *target)
    {
      return findUntil(target, NULL);
    }
     
    // as find but search ends if the terminator string is found
    bool Stream::findUntil(char *target, char *terminator)
    {
      return findUntil(target, strlen(target), terminator, strlen(terminator));
    }
    amulya349 committed May 30, 2014
    Configuration menu
    Copy the full SHA
    2c3058b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6914af0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Merge pull request arduino#2104 from amulya349/master

    Fix of a bug in Stream.cpp
    cmaglie committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    1918966 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. Added ArduPilot menu & hooked HAL options into compiler.

    Conflicts:
    	.gitignore
    	app/src/processing/app/debug/Compiler.java
    Pat Hickey authored and hughescr committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    fadc593 View commit details
    Browse the repository at this point in the history
  2. build type debug messages, add mcall-prolouges to link (shouldn't mat…

    …ter?)
    Pat Hickey authored and hughescr committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    79ed41f View commit details
    Browse the repository at this point in the history
  3. when using apm1/apm2 always set board type to be mega2560

    * this bug got me super confused when i tested on windows
    pchickey authored and hughescr committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    f061756 View commit details
    Browse the repository at this point in the history
  4. Add MegaPirate-NG board

    hughescr committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    851503f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    080b774 View commit details
    Browse the repository at this point in the history