-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: arduino/ArduinoCore-avr
base: makeyouruno
head repository: arduino/ArduinoCore-avr
compare: master
- 13 commits
- 7 files changed
- 4 contributors
Commits on Feb 20, 2023
-
Updated some board names to the proper spelling @facchinm
Configuration menu - View commit details
-
Copy full SHA for dd01e5a - Browse repository at this point
Copy the full SHA dd01e5aView commit details
Commits on Feb 24, 2023
-
Merge pull request #523 from jhansson-ard/patch-1
Updated board names
Configuration menu - View commit details
-
Copy full SHA for 0428ad8 - Browse repository at this point
Copy the full SHA 0428ad8View commit details
Commits on Mar 18, 2023
-
Correct misspelled word in comment
This misspelled (mislocalized?) word was causing the spell check to fail
Configuration menu - View commit details
-
Copy full SHA for daf2713 - Browse repository at this point
Copy the full SHA daf2713View commit details -
Merge pull request #529 from per1234/fix-typo
Correct misspelled word in comment
Configuration menu - View commit details
-
Copy full SHA for eabd762 - Browse repository at this point
Copy the full SHA eabd762View 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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for edb06d4 - Browse repository at this point
Copy the full SHA edb06d4View commit details -
Merge pull request #540 from arduino/dependabot/github_actions/action…
…s/checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 6309212 - Browse repository at this point
Copy the full SHA 6309212View commit details
Commits on May 25, 2024
-
Fix spell check false positives by ignoring words
The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project. The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the project codebase happens to match against newly added entries, which caused codespell to produce false misspelled word detections. Since the code that produced the detections is correct and intended, the false positives are resolved by configuring codespell to ignore the problematic words.
Configuration menu - View commit details
-
Copy full SHA for bd473a8 - Browse repository at this point
Copy the full SHA bd473a8View commit details -
Merge pull request #562 from per1234/spellcheck-false-positives
Fix spell check false positives by ignoring words
Configuration menu - View commit details
-
Copy full SHA for 321fca0 - Browse repository at this point
Copy the full SHA 321fca0View commit details
Commits on Oct 9, 2024
-
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 106b2c6 - Browse repository at this point
Copy the full SHA 106b2c6View commit details -
Bump arduino/arduino-lint-action from 1 to 2
Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 1 to 2. - [Release notes](https://github.com/arduino/arduino-lint-action/releases) - [Commits](arduino/arduino-lint-action@v1...v2) --- updated-dependencies: - dependency-name: arduino/arduino-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e6036e - Browse repository at this point
Copy the full SHA 6e6036eView commit details
Commits on Oct 10, 2024
-
Merge pull request #573 from arduino/dependabot/github_actions/arduin…
…o/arduino-lint-action-2 Bump arduino/arduino-lint-action from 1 to 2
Configuration menu - View commit details
-
Copy full SHA for ee452c9 - Browse repository at this point
Copy the full SHA ee452c9View commit details
Commits on Oct 18, 2024
-
Don't upload multiple times to same artifact in sketch compilation wo…
…rkflow The "Compile Examples" GitHub Actions workflow is configured to compile the example sketches for each of the supported boards. This is done by using a job matrix in the GitHub Actions workflow to generate a parallel job for each board. A GitHub Actions workflow artifact is used to transfer the sketches report files generated by the "arduino/compile-sketches" action between this workflow's job and the "Report Size Deltas" workflow that uses the "arduino/report-size-deltas" action to publish the data. The "actions/upload-artifact" action is used to upload the sketches report files to the workflow artifact. Previously, the sketches reports from all the boards were uploaded to a single artifact. However, support for uploading multiple times to a single artifact was dropped in version 4.0.0 of the "actions/upload-artifact" action. So it is now necessary for each of the jobs to use a separate artifact. The "arduino/report-size-deltas" action is configured to recognize these multiple artifacts by a regular expression that matches against a standardized prefix on the artifact names.
Configuration menu - View commit details
-
Copy full SHA for 8e9f848 - Browse repository at this point
Copy the full SHA 8e9f848View commit details -
Merge pull request #548 from arduino/dependabot/github_actions/action…
…s/upload-artifact-4 Bump actions/upload-artifact from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for c8c514c - Browse repository at this point
Copy the full SHA c8c514cView 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 makeyouruno...master