-
-
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: 1.8.5
head repository: arduino/ArduinoCore-avr
compare: master
Commits on Dec 27, 2020
-
Fix missing word in keywords.txt
Line 2 in keywords.txt file in the SPI and HID library directories have been modified as follows to ensure uniformity wrt the format in other libraries - In ArduinoCore-avr\libraries\SPI\keywords.txt Syntax Coloring Map SPI --> # Syntax Coloring Map For SPI In ArduinoCore-avr\libraries\HID\keywords.txt Syntax Coloring Map HID --> # Syntax Coloring Map For HID Fixes arduino/Arduino#10938
Configuration menu - View commit details
-
Copy full SHA for 7f334c0 - Browse repository at this point
Copy the full SHA 7f334c0View commit details
Commits on Apr 4, 2021
-
Use established KEYWORD_TOKENTYPE for Wire keyword
All the other platform bundled libraries use KEYWORD1 for the library's global instance.
Configuration menu - View commit details
-
Copy full SHA for cfeb616 - Browse repository at this point
Copy the full SHA cfeb616View commit details
Commits on Mar 1, 2022
-
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 987e874 - Browse repository at this point
Copy the full SHA 987e874View commit details -
Merge pull request #465 from arduino/dependabot/github_actions/action…
…s/checkout-3 Bump actions/checkout from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for 0d4f175 - Browse repository at this point
Copy the full SHA 0d4f175View commit details
Commits on Apr 8, 2022
-
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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 14ea1ca - Browse repository at this point
Copy the full SHA 14ea1caView commit details
Commits on Apr 11, 2022
-
Merge pull request #470 from arduino/dependabot/github_actions/action…
…s/upload-artifact-3 Bump actions/upload-artifact from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for 7e33c29 - Browse repository at this point
Copy the full SHA 7e33c29View commit details
Commits on Apr 19, 2022
-
Merge pull request #404 from per1234/patch-1
Use established KEYWORD_TOKENTYPE for Wire keyword
Configuration menu - View commit details
-
Copy full SHA for bc792a9 - Browse repository at this point
Copy the full SHA bc792a9View commit details
Commits on Jul 17, 2022
-
Merge pull request #381 from AakashHegde/keywordsTypoFix
Fix missing word in keywords.txt
Configuration menu - View commit details
-
Copy full SHA for 3cd6c80 - Browse repository at this point
Copy the full SHA 3cd6c80View commit details
Commits on Sep 5, 2022
-
Fix spell check false positive by ignoring word (#497)
In the latest release of the codespell tool used for automated spell checking of the files of this project, the word "clen" was added to the codespell misspelled words dictionary as a misspelling of "clean". This caused a false detection of a struct member name `clen` as a misspelling, resulting in a failing spell check result. Since the occurrence of this name is correct and intended in this project, the false positive is resolved by configuring codespell to ignore the problematic word.
Configuration menu - View commit details
-
Copy full SHA for 2ff00ae - Browse repository at this point
Copy the full SHA 2ff00aeView commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 72c1224 - Browse repository at this point
Copy the full SHA 72c1224View commit details -
Merge pull request #504 from cmaglie/fix_post_install
Use correct quoting for paths in post_install.bat
Configuration menu - View commit details
-
Copy full SHA for 5fbe0c2 - Browse repository at this point
Copy the full SHA 5fbe0c2View commit details -
Fix misspelled words in comments
This project uses the codespell tool used to check for commonly misspelled words in the files of the repository. A recent update to the tool's misspelled words dictionary resulted in the identification of some occurrences of a misspelled word in the comments. In addition to correcting the detected misspellings, I did a quick scan over the repository and identified a few additional misspellings to correct.
Configuration menu - View commit details
-
Copy full SHA for 4d8d41e - Browse repository at this point
Copy the full SHA 4d8d41eView commit details
Commits on Oct 28, 2022
-
Merge pull request #506 from per1234/fix-misspellings
Fix misspelled words in comments
Configuration menu - View commit details
-
Copy full SHA for 44e1037 - Browse repository at this point
Copy the full SHA 44e1037View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d845dc2 - Browse repository at this point
Copy the full SHA d845dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fa4a1 - Browse repository at this point
Copy the full SHA 42fa4a1View commit details
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 1.8.5...master