-
-
Notifications
You must be signed in to change notification settings - Fork 110
Comparing changes
Open a pull request
base repository: arduino/ArduinoCore-sam
base: pr_5796
head repository: arduino/ArduinoCore-sam
compare: master
- 18 commits
- 11 files changed
- 11 contributors
Commits on Feb 8, 2017
-
Merge pull request #6 from arduino/pr_5796
Add virtual beginMulticast(...) stub to UDP class
Configuration menu - View commit details
-
Copy full SHA for fc57f2e - Browse repository at this point
Copy the full SHA fc57f2eView commit details
Commits on Jul 7, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0e4cb9f - Browse repository at this point
Copy the full SHA 0e4cb9fView commit details
Commits on Jul 23, 2017
-
Add a README explaining what this repository is
Based on the README from https://github.com/arduino/ArduinoCore-samd
Configuration menu - View commit details
-
Copy full SHA for 703f729 - Browse repository at this point
Copy the full SHA 703f729View commit details
Commits on Jul 24, 2017
-
Merge pull request #40 from adamvoss/readme
Add a README explaining what this repository is
Configuration menu - View commit details
-
Copy full SHA for 2f989b9 - Browse repository at this point
Copy the full SHA 2f989b9View commit details
Commits on Aug 19, 2017
-
Ignore warnings "-Wreorder" and "-Wunused-parameter"
added #pragma GCC diagnostic push/ignored/pop in order to suppress warnings inside Wire.cpp
Configuration menu - View commit details
-
Copy full SHA for 91543f4 - Browse repository at this point
Copy the full SHA 91543f4View commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2a17b0d - Browse repository at this point
Copy the full SHA 2a17b0dView commit details
Commits on Dec 19, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for d7aa5cc - Browse repository at this point
Copy the full SHA d7aa5ccView commit details -
Merge pull request #48 from WestfW/master
Remove printf call from _exit in syscalls_sam3.c
Configuration menu - View commit details
-
Copy full SHA for c893c62 - Browse repository at this point
Copy the full SHA c893c62View commit details
Commits on Aug 8, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3394937 - Browse repository at this point
Copy the full SHA 3394937View commit details
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e66e351 - Browse repository at this point
Copy the full SHA e66e351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46470a9 - Browse repository at this point
Copy the full SHA 46470a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0840aa2 - Browse repository at this point
Copy the full SHA 0840aa2View commit details
Commits on Mar 26, 2019
-
Add necessary delays to SPI DigitalPotControl example
According to arduino/Arduino#6395, these delays are required for the code to work.
Configuration menu - View commit details
-
Copy full SHA for 22ea8d8 - Browse repository at this point
Copy the full SHA 22ea8d8View commit details
Commits on May 7, 2019
-
Merge pull request #65 from per1234/digitalpotcontrol-delays
Add necessary delays to SPI DigitalPotControl example
Configuration menu - View commit details
-
Copy full SHA for 0a4c3b1 - Browse repository at this point
Copy the full SHA 0a4c3b1View commit details
Commits on Sep 16, 2019
-
Merge pull request #42 from Pigeo/patch-1
Remove warnings "-Wreorder" and "-Wunused-parameter"
Configuration menu - View commit details
-
Copy full SHA for 9944119 - Browse repository at this point
Copy the full SHA 9944119View commit details
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eed66e7 - Browse repository at this point
Copy the full SHA eed66e7View commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f0b387 - Browse repository at this point
Copy the full SHA 5f0b387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 790ff2c - Browse repository at this point
Copy the full SHA 790ff2cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff pr_5796...master