Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Kegbot/Arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kbpm
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1,115 files changed
  • 2 contributors

Commits on Jan 19, 2014

  1. kbpm: Add Arduino board type.

    mik3y committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    ff0724f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3952f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274d8a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

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

Commits on Jan 28, 2014

  1. kbpm: Caterina: Set fuses during programming.

    Same as Leonardo, except EEPSAVE flag is set in order to preserve
    the factory EEPROM data (serial number) across chip erases.
    mik3y committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    1f86d85 View commit details
    Browse the repository at this point in the history
  2. kbpm: Disable HID over USB.

    See http://stackoverflow.com/q/19208731 for a summary of the issue.
    mik3y committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    bdca730 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. 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 authored and mik3y committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    d98d57c View commit details
    Browse the repository at this point in the history
  2. USB CDC two argument begin()

    Add two argument form of Serial_::begin
    
    Signed-off-by: Paul Brook <[email protected]>
    pbrook authored and mik3y committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    2d31caa View commit details
    Browse the repository at this point in the history
Loading