-
-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: arduino/arduino-examples
base: 1.10.0
head repository: arduino/arduino-examples
compare: 1.10.1
- 11 commits
- 6 files changed
- 3 contributors
Commits on Oct 12, 2022
-
Bump geekyeggo/delete-artifact from 1 to 2
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2. - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Commits](GeekyEggo/delete-artifact@v1...v2) --- updated-dependencies: - dependency-name: geekyeggo/delete-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfbe14a - Browse repository at this point
Copy the full SHA dfbe14aView commit details -
Merge pull request #59 from arduino/dependabot/github_actions/geekyeg…
…go/delete-artifact-2 Bump geekyeggo/delete-artifact from 1 to 2
Configuration menu - View commit details
-
Copy full SHA for 41d7959 - Browse repository at this point
Copy the full SHA 41d7959View commit details
Commits on Oct 24, 2022
-
Bump carlosperate/download-file-action from 1 to 2
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2. - [Release notes](https://github.com/carlosperate/download-file-action/releases) - [Commits](carlosperate/download-file-action@v1...v2) --- updated-dependencies: - dependency-name: carlosperate/download-file-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6d8f98 - Browse repository at this point
Copy the full SHA c6d8f98View commit details
Commits on Oct 25, 2022
-
Merge pull request #60 from arduino/dependabot/github_actions/carlosp…
…erate/download-file-action-2 Bump carlosperate/download-file-action from 1 to 2
Configuration menu - View commit details
-
Copy full SHA for 507d2a0 - Browse repository at this point
Copy the full SHA 507d2a0View commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a1bd3f - Browse repository at this point
Copy the full SHA 5a1bd3fView commit details -
Merge pull request #61 from THE-Spellchecker/main
Corrected Comment in AnalogInput.ino
Configuration menu - View commit details
-
Copy full SHA for eb709fa - Browse repository at this point
Copy the full SHA eb709faView commit details
Commits on Sep 4, 2023
-
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74be767 - Browse repository at this point
Copy the full SHA 74be767View commit details -
Merge pull request #65 from arduino/dependabot/github_actions/actions…
…/checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for fdbfc5b - Browse repository at this point
Copy the full SHA fdbfc5bView commit details
Commits on Dec 30, 2023
-
Add new boards to sketch compilation workflow
The repository infrastructure includes a GitHub Actions workflow that compiles the examples for significant official Arduino boards. This provides a automated "smoke test" to easily get some basic validation of the sketches. Since the time the workflow was created, several new official boards have been released. Some of these boards are significantly different from the boards the workflow was compiling the examples for, which meant the workflow was not providing adequate coverage for the new boards. The workflow is hereby configured to also compile the examples for the significant new boards.
Configuration menu - View commit details
-
Copy full SHA for fdbc6ba - Browse repository at this point
Copy the full SHA fdbc6baView commit details -
Use distinctive names for SPI pin macros to avoid collisions
The "ArduinoISP" example allows the user to define arbitrary pins for use as the signal pins on the programmer board. This is done via a set of macros. Previously, very generic names were used for these macros. This resulted in a name collision. The core for the Renesas boards also defines macros of the same name. Despite what the names might lead us to believe, the values of these macros in the core do not match the Arduino pin numbers of the SPI bus. The result was that, with the default configuration of the sketch where the USE_OLD_STYLE_WIRING macro is not defined, the sketch uses the values of the macros defined by the core as the SPI signal pins instead of the standard SPI signal pins as the user would expect when the sketch is running on an UNO R4 Minima, UNO R4 WiFi, or Portenta C33 board. This causes operations using the programmer to fail with an error like: avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03 [...] The name collision is avoided by adding a "namespace" prefix to the macro names.
Configuration menu - View commit details
-
Copy full SHA for 9806d58 - Browse repository at this point
Copy the full SHA 9806d58View commit details -
Merge pull request #71 from per1234/spi-macro-namespace
Use distinctive names for SPI pin macros to avoid collisions
Configuration menu - View commit details
-
Copy full SHA for 1d7b1fb - Browse repository at this point
Copy the full SHA 1d7b1fbView 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 1.10.0...1.10.1