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/ArduinoCore-sam
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pr_5796
Choose a base ref
...
head repository: arduino/ArduinoCore-sam
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 11 files changed
  • 11 contributors

Commits on Feb 8, 2017

  1. Merge pull request #6 from arduino/pr_5796

    Add virtual beginMulticast(...) stub to UDP class
    facchinm authored Feb 8, 2017
    Configuration menu
    Copy the full SHA
    fc57f2e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Update comments to reflect Stream functions changed from private to p…

    …rotected
    
    These functions were changed from private to protected but the comments were not updated at that time.
    
    In conjunction with equivalent pull requests to Arduino AVR Boards and Arduino SAMD Boards, solves #6146.
    per1234 authored and cmaglie committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    0e4cb9f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

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

Commits on Jul 24, 2017

  1. Merge pull request #40 from adamvoss/readme

    Add a README explaining what this repository is
    facchinm authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    2f989b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Ignore warnings "-Wreorder" and "-Wunused-parameter"

    added #pragma GCC diagnostic push/ignored/pop in order to suppress warnings inside Wire.cpp
    Pigeo authored Aug 19, 2017
    Configuration menu
    Copy the full SHA
    91543f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. fix for pgm_read_ptr macro (#35)

    nkrkv authored and cmaglie committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    2a17b0d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Remove printf call from _exit in syscalls_sam3.c

    The use of printf here is problematic (stdio and/or uart is
    probably not even set up) and expensive (~10k of code!)
    See #47
    WestfW committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d7aa5cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from WestfW/master

    Remove printf call from _exit in syscalls_sam3.c
    facchinm authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    c893c62 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Ensure correct version of arm-none-eabi-gcc

    When you have multiple versions of the same tool installed on your machine, for example `4.8.3-2014q1` and `7-2017q4`, it's best to specify the version, or it will fail.
    matteosuppo authored and cmaglie committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    3394937 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    e66e351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46470a9 View commit details
    Browse the repository at this point in the history
  3. Release 1.6.12

    facchinm committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0840aa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Add necessary delays to SPI DigitalPotControl example

    According to arduino/Arduino#6395, these delays are required for the code to work.
    per1234 committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    22ea8d8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Merge pull request #65 from per1234/digitalpotcontrol-delays

    Add necessary delays to SPI DigitalPotControl example
    pnndra authored May 7, 2019
    Configuration menu
    Copy the full SHA
    0a4c3b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Merge pull request #42 from Pigeo/patch-1

    Remove warnings "-Wreorder" and "-Wunused-parameter"
    aentinger authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9944119 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

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

Commits on Sep 17, 2020

  1. replace tabs with (four) whitespaces

    Fabian Schuette authored and cmaglie committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5f0b387 View commit details
    Browse the repository at this point in the history
  2. fixes #103 Misleadingly 'else' clause

    Fabian Schuette authored and cmaglie committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    790ff2c View commit details
    Browse the repository at this point in the history
Loading