-
-
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: 1.8.6
- 15 commits
- 25 files changed
- 5 contributors
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
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...1.8.6